diff options
author | Cary Coutant <ccoutant@google.com> | 2009-04-24 18:31:29 +0000 |
---|---|---|
committer | Cary Coutant <ccoutant@google.com> | 2009-04-24 18:31:29 +0000 |
commit | 92846e72ad2df2adc38e1e1db776576cf74db2df (patch) | |
tree | 53ac243cf1b6acb686048e2becb57aa5c1bd9db1 /gas/NEWS | |
parent | ed4a4bdfe47b205396b0e375dc9ddd560c8db00e (diff) | |
download | gdb-92846e72ad2df2adc38e1e1db776576cf74db2df.zip gdb-92846e72ad2df2adc38e1e1db776576cf74db2df.tar.gz gdb-92846e72ad2df2adc38e1e1db776576cf74db2df.tar.bz2 |
* NEWS: Add item about discriminator support.
* dwarf2dbg.h (struct dwarf2_line_info): Add discriminator field.
* dwarf2dbg.c (current): Add discriminator field.
(dwarf2_where): Copy discriminator value.
(dwarf2_consume_line_info): Set discriminator to 0.
(dwarf2_directive_loc): Process discriminator sub-op.
(out_leb128): New function.
(process_entries): Output DW_LNE_set_discriminator.
* doc/as.texinfo: Add discriminator operand to .loc directive.
* testsuite/gas/lns/lns-common-1.d: Add test for discriminator.
* testsuite/gas/lns/lns-common-1.s: Likewise.
Diffstat (limited to 'gas/NEWS')
-rw-r--r-- | gas/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ -*- text -*- +* Add support for the new discriminator column in the DWARF line table, + with a discriminator operand for the .loc directive. + * Add support for Sunplus score architecture. * Add support for Lattice Mico32 (lm32) architecture. |