diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-12-13 18:13:05 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-12-13 18:13:05 +0000 |
commit | 8a8121d51be4c66aad42c69dd8c25b40a58509b9 (patch) | |
tree | 2ebe6b2b9dc5ecc471409d63d7abf6a3b46ea0d0 /gas/ChangeLog | |
parent | 029b8261826eef24f09aa8977b21ddb1b1573b40 (diff) | |
download | gdb-8a8121d51be4c66aad42c69dd8c25b40a58509b9.zip gdb-8a8121d51be4c66aad42c69dd8c25b40a58509b9.tar.gz gdb-8a8121d51be4c66aad42c69dd8c25b40a58509b9.tar.bz2 |
* config/tc-mips.c (mips16_macro): Remove nop instructions after
branch instructions.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index b9e7860..9df5fd3 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,8 @@ Fri Dec 13 13:00:33 1996 Ian Lance Taylor <ian@cygnus.com> + * config/tc-mips.c (mips16_macro): Remove nop instructions after + branch instructions. + * config/tc-mips.c (md_begin): If configured for an embedded ELF system, don't set the section alignment to 2**4. (s_change_sec): Likewise. |