On Mon, Nov 05, 2007 at 03:40:52PM -0800, H.J. Lu wrote:
> Hi Paul,
> 
> Did you check the wrong ChangeLog entry in gcc/ChangeLog with
> 
> http://gcc.gnu.org/viewcvs?view=rev&revision=129904
> 

I checked in the following patch as an obvious fix.


H.J.
----
Index: ChangeLog
===================================================================
--- ChangeLog   (revision 129944)
+++ ChangeLog   (working copy)
@@ -112,23 +112,19 @@
 
        * config/xtensa/xtensa.c (xtensa_expand_nonlocal_goto): Do not
        replace references to virtual_stack_vars_rtx in goto_handler.
-       
+
 2007-11-05  Paul Brook  <[EMAIL PROTECTED]>
 
-       * Makefile.target: Add ssd0303.o, pl022.o and ssd0323.o.
-       * vl.c (register_machines): Add lm3s6965evb_machine.
-       * vl.h (armv7m_init): Add.
-       (lm3s6965evb_machine): Declare.
-       (pl022_init): New prototype.
-       (ssd0323_xfer_ssi, ssd0323_init): New prototype.
-       * hw/ssd0323.c: New file.
-       * hw/armv7m.c (armv7m_init): Remove board init code.
-       (lm3s811evb_machine): Remove.
-       * hw/osram_oled.c: Rename...
-       * hw/ssd0303.c: ... to this.
-       * hw/pl022.c: New file.
-       * hw/stellaris.c: Define and use stellaris_boards.
-       (lm3s811evb_machine, lm3s6965evb_machine): New.
+       * config.gcc (arm*-*-*): Set c_target_objs and cxx_target_objs.
+       * config/arm/arm.c (arm_lang_output_object_attributes_hook): New.
+       (arm_file_start): Don't set Tag_ABI_PCS_wchar_t.  Call
+       arm_lang_output_object_attributes_hook.
+       * config/arm/arm.h (arm_lang_output_object_attributes_hook): Declare.
+       (REGISTER_TARGET_PRAGMAS): Call arm_lang_object_attributes_init.
+       * config/arm/arm-protos.h (arm_lang_object_attributes_init): Add
+       prototype.
+       * config/arm/t-arm.c (arm.o): New rule.
+       * config/arm/arm-c.c: New file.
 
 2007-11-05  Nick Clifton  <[EMAIL PROTECTED]>
            Sebastian Pop  <[EMAIL PROTECTED]>

Reply via email to