diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2007-05-17 17:27:26 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2007-05-17 17:27:26 +0000 |
commit | 4b7d318b85051503fae2b758837f2bd56c0bd37c (patch) | |
tree | cc5c1d32a0ef7b70c7a2209136bb1b5956a8aaa5 /gas/ChangeLog | |
parent | 30618a1e611122545b53916334c5ad8ee3656f1f (diff) | |
download | gdb-4b7d318b85051503fae2b758837f2bd56c0bd37c.zip gdb-4b7d318b85051503fae2b758837f2bd56c0bd37c.tar.gz gdb-4b7d318b85051503fae2b758837f2bd56c0bd37c.tar.bz2 |
2007-05-17 H.J. Lu <hongjiu.lu@intel.com>
PR gas/4517
2003-06-05 Michal Ludvig <mludvig@suse.cz>
* as.texinfo: Document new directives: .cfi_restore,
.cfi_undefined, .cfi_same_value, .cfi_return_column,
.cfi_remember_state and .cfi_restore_state.
2007-05-17 H.J. Lu <hongjiu.lu@intel.com>
2003-06-05 Michal Ludvig <mludvig@suse.cz>
* testsuite/gas/cfi/cfi-x86_64.s: Test new directives
and different writings of registers and numbers.
* testsuite/gas/cfi/cfi-x86_64.d: Updated pattern to
match the above change.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index fe78e8f..ef9ce4d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,19 @@ +2007-05-17 H.J. Lu <hongjiu.lu@intel.com> + + PR gas/4517 + 2003-06-05 Michal Ludvig <mludvig@suse.cz> + * as.texinfo: Document new directives: .cfi_restore, + .cfi_undefined, .cfi_same_value, .cfi_return_column, + .cfi_remember_state and .cfi_restore_state. + +2007-05-17 H.J. Lu <hongjiu.lu@intel.com> + + 2003-06-05 Michal Ludvig <mludvig@suse.cz> + * testsuite/gas/cfi/cfi-x86_64.s: Test new directives + and different writings of registers and numbers. + * testsuite/gas/cfi/cfi-x86_64.d: Updated pattern to + match the above change. + 2007-05-17 Nathan Sidwell <nathan@codesourcery.com> * config/tc-m68k.c (md_apply_fix): Show value of out of range |