diff options
author | Nick Clifton <nickc@redhat.com> | 2001-07-06 08:21:35 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-07-06 08:21:35 +0000 |
commit | 7099f9f917e81faddb74b18c36125d783ea3d403 (patch) | |
tree | aa19c02cdcdf5fbd46bb7157cef2226a3bea9286 /gas/ChangeLog | |
parent | eed1d0acc7812d5d6f8427871c7e38fff6b674f1 (diff) | |
download | gdb-7099f9f917e81faddb74b18c36125d783ea3d403.zip gdb-7099f9f917e81faddb74b18c36125d783ea3d403.tar.gz gdb-7099f9f917e81faddb74b18c36125d783ea3d403.tar.bz2 |
Catch and ignore empty, ineffectual alignment frags when deciding if a
branch can be short.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 860b8a8..d5d4c18 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2001-07-06 Nick Clifton <nickc@cambridge.redhat.com> + + * config/tc-m68k.c (md_estimate_size_before_relax): Catch and + ignore empty, ineffectual alignment frags when deciding if a + branch can be short. + 2001-07-05 Steve Ellcey <sje@cup.hp.com> * config/tc-ia64.c (special_section): Add SPECIAL_SECTION_INIT_ARRAY |