Re: [PATCH, alpha]: Use generic config/elfos.h headers

2012-03-22 Thread Richard Henderson
On 03/22/12 09:49, Uros Bizjak wrote: > The #define is now brought in form the generic elfos.h. We need to Ah, right. Ok. r~

Re: [PATCH, alpha]: Use generic config/elfos.h headers

2012-03-22 Thread Uros Bizjak
On Thu, Mar 22, 2012 at 5:24 PM, Richard Henderson wrote: > On 03/22/12 00:47, Uros Bizjak wrote: >> No, we are still calling default_file_start in alpha_file_start, so we >> have to signal that we don't want start file directive. In committed >> patch, I have redefined T_A_F_S_F_D as false for th

Re: [PATCH, alpha]: Use generic config/elfos.h headers

2012-03-22 Thread Richard Henderson
On 03/22/12 00:47, Uros Bizjak wrote: > No, we are still calling default_file_start in alpha_file_start, so we > have to signal that we don't want start file directive. In committed > patch, I have redefined T_A_F_S_F_D as false for this purpose: But false is the default: DEFHOOKPOD (asm_file_sta

Re: [PATCH, alpha]: Use generic config/elfos.h headers

2012-03-22 Thread Uros Bizjak
On Wed, Mar 21, 2012 at 11:37 PM, Richard Henderson wrote: >> Attached patch enables alpha to use generic config/elfos.h headers on >> linux and *bsd targets. The most important difference to generic >> elfos.h is in >> >>       * config/alpha/elf.h (TARGET_ASM_FILE_START_FILE_DIRECTIVE): Undefin

Re: [PATCH, alpha]: Use generic config/elfos.h headers

2012-03-21 Thread Richard Henderson
On 03/21/12 12:28, Uros Bizjak wrote: > Hello! > > Attached patch enables alpha to use generic config/elfos.h headers on > linux and *bsd targets. The most important difference to generic > elfos.h is in > > * config/alpha/elf.h (TARGET_ASM_FILE_START_FILE_DIRECTIVE): Undefine. This one ca

[PATCH, alpha]: Use generic config/elfos.h headers

2012-03-21 Thread Uros Bizjak
Hello! Attached patch enables alpha to use generic config/elfos.h headers on linux and *bsd targets. The most important difference to generic elfos.h is in * config/alpha/elf.h (TARGET_ASM_FILE_START_FILE_DIRECTIVE): Undefine. and * config/alpha/alpha.h (NO_DOLLAR_IN_LABEL): Und