diff options
author | Nick Clifton <nickc@redhat.com> | 2013-03-26 14:16:59 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2013-03-26 14:16:59 +0000 |
commit | 9b978282144d6bab479c042070c66bdfcdae6b02 (patch) | |
tree | a1b43dc1f7ff69331440d8cf3ca5b2a27784808f /gas/ChangeLog | |
parent | c5d685bf3aec335cece05631119028df173c8d57 (diff) | |
download | gdb-9b978282144d6bab479c042070c66bdfcdae6b02.zip gdb-9b978282144d6bab479c042070c66bdfcdae6b02.tar.gz gdb-9b978282144d6bab479c042070c66bdfcdae6b02.tar.bz2 |
PR gas/15295
* listing.c (rebuffer_line): Rewrite to avoid seeking back to the
start of the file each time.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 583655c..bb9367d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,9 @@ 2013-03-26 Nick Clifton <nickc@redhat.com> + PR gas/15295 + * listing.c (rebuffer_line): Rewrite to avoid seeking back to the + start of the file each time. + PR gas/15178 * config/tc-sparc.h (ELF_TARGET_FORMAT): Set to elf32-sparc for FreeBSD targets. |