bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AVR, ARM, i386] building with older GCC


From: Ineiev
Subject: [AVR, ARM, i386] building with older GCC
Date: Mon, 28 Jul 2008 10:11:38 +0400

Hi, folks

There are few things that break current CVS
build with gcc-2.95.3 for these targets.

In bfd/:

elf32-avr.c get_local_syms()
elf32-arm.c arm_map_one_stub()
 have C89-incompatible declarations after
 the beginnig of the block
 (bfd.diff is suggested to move variable declarations
  to the start of the block)

In gas/config/tc-i386.c operand_type_check()
 declared as non-void but does not formally
 ends with a return; gcc-2.95.3 treats this
 as an error due to -Werror flag
 (tc-i386.diff is suggested to add return statement
  at the end of the function)

Best regards,
   Ineiev

Attachment: tc-i386.diff
Description: Text Data

Attachment: bfd.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]