diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2007-12-17 19:41:57 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2007-12-17 19:41:57 +0000 |
commit | 4746505869ddb9f95da81ff85b97c9c78f8c4cb5 (patch) | |
tree | f7cec578e9a419d7564af0eac64869686f2c34a7 /gas/ChangeLog | |
parent | 4a3523fa63382284cdcfe2c574e51446bf6ccfaf (diff) | |
download | gdb-4746505869ddb9f95da81ff85b97c9c78f8c4cb5.zip gdb-4746505869ddb9f95da81ff85b97c9c78f8c4cb5.tar.gz gdb-4746505869ddb9f95da81ff85b97c9c78f8c4cb5.tar.bz2 |
2007-12-17 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-i386.c (output_insn): Use ARRAY_SIZE.
(lex_got): Likewise.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index e1de1f0..6a6fa5e 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,10 @@ 2007-12-17 H.J. Lu <hongjiu.lu@intel.com> + * config/tc-i386.c (output_insn): Use ARRAY_SIZE. + (lex_got): Likewise. + +2007-12-17 H.J. Lu <hongjiu.lu@intel.com> + * config/tc-i386.c (output_insn): Use FRAG_APPEND_1_CHAR instead of frag_more/md_number_to_chars. (md_short_jump_size): Removed. |