diff options
author | Jan Beulich <jbeulich@novell.com> | 2007-09-26 06:54:00 +0000 |
---|---|---|
committer | Jan Beulich <jbeulich@novell.com> | 2007-09-26 06:54:00 +0000 |
commit | 732f54cd823f3f6e5f2218879f89d882afe87c77 (patch) | |
tree | 78675f29dc455d5305c243b16c12131cc0d59324 /gas/ChangeLog | |
parent | fd546a3587a4d61531711831c2a911a7bc95fb5d (diff) | |
download | gdb-732f54cd823f3f6e5f2218879f89d882afe87c77.zip gdb-732f54cd823f3f6e5f2218879f89d882afe87c77.tar.gz gdb-732f54cd823f3f6e5f2218879f89d882afe87c77.tar.bz2 |
gas/
2007-09-26 Jan Beulich <jbeulich@novell.com>
* as.c (itbl_parse): Remove #define.
(struct itbl_file_list): Move down and ...
(itbl_files): .. conditionalize upon HAVE_ITBL_CPU.
(show_usage): Conditionalize printing of --itbl option upon
HAVE_ITBL_CPU.
(parse_args): Conditionalize handling of -t/--itbl options upon
HAVE_ITBL_CPU. Remove OPTION_INSTTBL and replace its use with
't'.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 57f08fb..9990ee1 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,14 @@ +2007-09-26 Jan Beulich <jbeulich@novell.com> + + * as.c (itbl_parse): Remove #define. + (struct itbl_file_list): Move down and ... + (itbl_files): .. conditionalize upon HAVE_ITBL_CPU. + (show_usage): Conditionalize printing of --itbl option upon + HAVE_ITBL_CPU. + (parse_args): Conditionalize handling of -t/--itbl options upon + HAVE_ITBL_CPU. Remove OPTION_INSTTBL and replace its use with + 't'. + 2007-09-25 H.J. Lu <hongjiu.lu@intel.com> * config/tc-i386.c (output_insn): Use i.tm.opcode_length to |