OSDN Git Service

2007-08-13 Carlos O'Donell <carlos@codesourcery.com>
authorjjohnstn <jjohnstn>
Mon, 13 Aug 2007 18:13:36 +0000 (18:13 +0000)
committerjjohnstn <jjohnstn>
Mon, 13 Aug 2007 18:13:36 +0000 (18:13 +0000)
* arm/crt0.S: Remove '.set' for __stack, hardware_init_hook,
and software_init_hook.

libgloss/ChangeLog
libgloss/arm/crt0.S

index e1aa5c3..903f950 100644 (file)
@@ -1,3 +1,8 @@
+2007-08-13  Carlos O'Donell  <carlos@codesourcery.com>
+
+       * arm/crt0.S: Remove '.set' for __stack, hardware_init_hook,
+       and software_init_hook.
+
 2007-08-10  Carlos O'Donell  <carlos@codesourcery.com>
 
        2007-07-12  Daniel Jacobowitz  <dan@codesourcery.com>
index 823f409..573f426 100644 (file)
@@ -352,10 +352,6 @@ change_back:
           and only if, a normal version of the same symbol isn't provided
           e.g. by a linker script or another object file.) */  
 
-       .set __stack, 0
-       .set FUNCTION (hardware_init_hook), 0
-       .set FUNCTION (software_init_hook), 0
-       
        .weak __stack
        .weak FUNCTION (hardware_init_hook) 
        .weak FUNCTION (software_init_hook)