diff options
author | Nick Clifton <nickc@redhat.com> | 2011-08-01 11:27:14 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2011-08-01 11:27:14 +0000 |
commit | a8040cf231c4b78568493e8f6822ea8943882ad6 (patch) | |
tree | 05c169b1367bb684f2cd21aa2ac2d32c1456bb90 /gas/ChangeLog | |
parent | 1596988d5336b79609a5efca3d200a4cf0d58829 (diff) | |
download | gdb-a8040cf231c4b78568493e8f6822ea8943882ad6.zip gdb-a8040cf231c4b78568493e8f6822ea8943882ad6.tar.gz gdb-a8040cf231c4b78568493e8f6822ea8943882ad6.tar.bz2 |
PR ld/12974
* config/tc-arm.c (literal_pool): Add locs field.
(add_to_lit_pool): Initialise the locs entry for the new literal.
(s_ltorg): Generate a DWARF2 line number entry for each emitted
literal pool entry.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 6af662a..8c0e298 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,11 @@ +2011-08-01 Nick Clifton <nickc@redhat.com> + + PR ld/12974 + * config/tc-arm.c (literal_pool): Add locs field. + (add_to_lit_pool): Initialise the locs entry for the new literal. + (s_ltorg): Generate a DWARF2 line number entry for each emitted + literal pool entry. + 2011-08-01 Tristan Gingold <gingold@adacore.com> * write.c (write_relocs): Fix -Wshadow in DEBUG3 and DEBUG4. |