diff options
author | Daniel Jacobowitz <drow@false.org> | 2008-09-28 15:15:32 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2008-09-28 15:15:32 +0000 |
commit | 4f6d9c90b4dcf15c4ce5659b3a034b7660f55f27 (patch) | |
tree | 2b5b6c32beb0442e961485f03efc3d2e2a5ad789 /gas | |
parent | 9659de1cb3549b08d49ab6652a6569a7408b8361 (diff) | |
download | gdb-4f6d9c90b4dcf15c4ce5659b3a034b7660f55f27.zip gdb-4f6d9c90b4dcf15c4ce5659b3a034b7660f55f27.tar.gz gdb-4f6d9c90b4dcf15c4ce5659b3a034b7660f55f27.tar.bz2 |
* NEWS: Mention .cfi_val_encoded_addr.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/NEWS | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 0c40e59..bf12c11 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2008-09-28 Daniel Jacobowitz <dan@codesourcery.com> + + * NEWS: Mention .cfi_val_encoded_addr. + 2008-09-26 Eric Botcazou <ebotcazou@adacore.com> * Makefile.am (TARG_ENV_HFILES): Add config/te-solaris.h. @@ -2,6 +2,9 @@ Changes in 2.19: +* New pseudo op .cfi_val_encoded_addr, to record constant addresses in unwind + tables without runtime relocation. + * New command line option, -h-tick-hex, for sh, m32c, and h8/300 targets, which adds compatibility with H'00 style hex constants. |