diff options
author | Nick Clifton <nickc@redhat.com> | 1999-06-18 01:38:26 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1999-06-18 01:38:26 +0000 |
commit | fed881b14b312a298b604da1b3ef373e14adbe21 (patch) | |
tree | 97a5a04d644d0308f8b3db459490d6d1e1942f07 /gas/ChangeLog | |
parent | aec89efbf6f3473ae4da83e25828d77e12f425c2 (diff) | |
download | gdb-fed881b14b312a298b604da1b3ef373e14adbe21.zip gdb-fed881b14b312a298b604da1b3ef373e14adbe21.tar.gz gdb-fed881b14b312a298b604da1b3ef373e14adbe21.tar.bz2 |
Patches for eCos: Dump literal pool on section change. Mark thumb function
aliases as being thumb functions as well.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index e0f1547c..708e1a7 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,23 @@ +1999-06-16 Nick Clifton <nickc@cygnus.com> + + * config/tc-arm.c (thumb_set): New pseudo op. + (text, data, section): Override these pseudo ops with ARM + specific versions. + (s_thumb_set): New function: Perform the same as a .set pseudo + op, but also mark the alias'ed symbol as being a Thumb + function. + (arm_s_text): New function: Perform the same as the .text + pseudo op, but dump the literal pool before changing + sections. + (arm_s_data): New function: Perform the same as the .data + pseudo op, but dump the literal pool before changing + sections. + (arm_s_section): New function: Perform the same as the + .section pseudo op, but dump the literal pool before changing + sections. + (arm_cleanup): Do not reset the current section before dumping + the literal pool. + 1999-06-17 Nick Clifton <nickc@cygnus.com> * config/tc-m32r.c (md_longopts): Fix OPTION_WARN_UNMATCHED and |