diff options
author | Cary Coutant <ccoutant@google.com> | 2009-04-24 18:28:59 +0000 |
---|---|---|
committer | Cary Coutant <ccoutant@google.com> | 2009-04-24 18:28:59 +0000 |
commit | ed4a4bdfe47b205396b0e375dc9ddd560c8db00e (patch) | |
tree | b72b86b481ce4ff5150413f01aa6cf668865af9a /binutils/ChangeLog | |
parent | 95e62385f52b6750ffb30c62d748e77f8804340a (diff) | |
download | gdb-ed4a4bdfe47b205396b0e375dc9ddd560c8db00e.zip gdb-ed4a4bdfe47b205396b0e375dc9ddd560c8db00e.tar.gz gdb-ed4a4bdfe47b205396b0e375dc9ddd560c8db00e.tar.bz2 |
include/elf/
* dwarf2.h (DW_LNE_set_discriminator): New enum value.
binutils/
* dwarf.c (process_extended_line_op): Add DW_LNE_set_discriminator.
Add missing newlines to HP extensions.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 73c05c8..0e2d554 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2009-04-24 Cary Coutant <ccoutant@google.com> + + * dwarf.c (process_extended_line_op): Add DW_LNE_set_discriminator. + Add missing newlines to HP extensions. + 2009-04-17 H.J. Lu <hongjiu.lu@intel.com> * objcopy.c (set_pe_subsystem): Replace efi-rom with sal-rtd. |