diff options
author | John David Anglin <danglin@gcc.gnu.org> | 2015-06-11 18:50:39 -0400 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2015-06-11 18:50:39 -0400 |
commit | 18c208b2292f3c61097dee99053ecab78b393e46 (patch) | |
tree | 54a502035ffb657ec71adb178df7d672d9ff849e /gas/ChangeLog | |
parent | 5d7908e0880030628536a0266968a15922574735 (diff) | |
download | gdb-18c208b2292f3c61097dee99053ecab78b393e46.zip gdb-18c208b2292f3c61097dee99053ecab78b393e46.tar.gz gdb-18c208b2292f3c61097dee99053ecab78b393e46.tar.bz2 |
tc-hppa.c: Speed up search for last label
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 4b78a51..d9c525d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,11 @@ +2015-06-11 John David Anglin <danglin@gcc.gnu.org> + + PR gas/18427 + * gas/config/tc-hppa.c (last_label_symbol): Declare. + (pa_get_label): Return last label in current space/segment or NULL. + (pa_define_label): Record last label and add to root. + (pa_undefine_label): Remove last label from root. + 2015-06-08 Nick Clifton <nickc@redhat.com> * config/tc-rx.c (rx_op): Correct handling of integer bignums. |