aboutsummaryrefslogtreecommitdiff
path: root/libgloss
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2007-08-13 18:13:39 +0000
committerJeff Johnston <jjohnstn@redhat.com>2007-08-13 18:13:39 +0000
commita9a6f942293356d65ba63f708037b5574dccb0f0 (patch)
treebf427d3b3676a4bf3cc76268448be9787717197b /libgloss
parent176c3f21b43f544b1f710824ce4fb4c0936b3533 (diff)
downloadnewlib-a9a6f942293356d65ba63f708037b5574dccb0f0.zip
newlib-a9a6f942293356d65ba63f708037b5574dccb0f0.tar.gz
newlib-a9a6f942293356d65ba63f708037b5574dccb0f0.tar.bz2
2007-08-13 Carlos O'Donell <carlos@codesourcery.com>
* arm/crt0.S: Remove '.set' for __stack, hardware_init_hook, and software_init_hook.
Diffstat (limited to 'libgloss')
-rw-r--r--libgloss/ChangeLog5
-rw-r--r--libgloss/arm/crt0.S4
2 files changed, 5 insertions, 4 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog
index e1aa5c3..903f950 100644
--- a/libgloss/ChangeLog
+++ b/libgloss/ChangeLog
@@ -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>
diff --git a/libgloss/arm/crt0.S b/libgloss/arm/crt0.S
index 823f409..573f426 100644
--- a/libgloss/arm/crt0.S
+++ b/libgloss/arm/crt0.S
@@ -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)