* NEWS: Mention .cfi_val_encoded_addr.

This commit is contained in:
Daniel Jacobowitz 2008-09-28 15:15:32 +00:00
parent 9659de1cb3
commit 4f6d9c90b4
2 changed files with 7 additions and 0 deletions

View File

@ -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.

View File

@ -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.