diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-08-07 17:17:33 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-08-07 17:17:33 +0000 |
commit | cf32394d079a89d2626bf6997449aba7afc8913a (patch) | |
tree | 88343684cb9716c490d94cec6a0577fa7a42b113 /gas/ChangeLog | |
parent | 8d038451019eaf10e098095b8cd4f71d35890837 (diff) | |
download | gdb-cf32394d079a89d2626bf6997449aba7afc8913a.zip gdb-cf32394d079a89d2626bf6997449aba7afc8913a.tar.gz gdb-cf32394d079a89d2626bf6997449aba7afc8913a.tar.bz2 |
* config/tc-mips.c (md_section_align): Do align if OBJ_ELF, but
not to more than a 16 byte boundary.
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 9cb014d..2fe618d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,8 @@ Wed Aug 7 11:50:26 1996 Ian Lance Taylor <ian@cygnus.com> + * config/tc-mips.c (md_section_align): Do align if OBJ_ELF, but + not to more than a 16 byte boundary. + * config/tc-i386.c (tc_gen_reloc): Accept all relocs; remove #ifndef OBJ_ELF lines. From Eric Valette <valette@crf.canon.fr>. (tc_gen_reloc): If out of memory call as_fatal rather than |