This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[dwarf2cfi] Fix pr/49713


On 07/12/2011 02:29 AM, Richard Earnshaw wrote:
> On 12/07/11 10:05, Andreas Schwab wrote:
>> I think this has caused the bootstrap failure on ia64:
>>
>> In file included from ../../gcc/dwarf2cfi.c:31:0:
>> ../../gcc/dwarf2out.h: In function 'dwarf_frame_regnum':
>> ../../gcc/dwarf2out.h:271:3: error: implicit declaration of function 'ia64_dbx_register_number' [-Werror=implicit-function-declaration]
>>
>> Andreas.
>>
> 
> And on ARM (PR49713)

Ok, I've removed the inline from the header.

In the process I found a place in dwarf2out that was using dbx 
register numbers instead of dwarf2 register numbers.  Tsk Tsk.
Of course, on most targets they're the same thing.  But still...

Tested on x86_64-linux, arm-eabi (arm-sim).
Cross-compiled ia64-linux, mips-sgi-irix6.5.


r~

Attachment: z
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]