diff options
author | Nick Clifton <nickc@redhat.com> | 2006-05-05 16:55:28 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2006-05-05 16:55:28 +0000 |
commit | 56487c5507bb8501767f5f63963107dfef1308fa (patch) | |
tree | 622b75ddf1f0e53a82d10776eeeb9d51f39ad94b /gas/ChangeLog | |
parent | ef75f0145e5e0255be469edad543db0bacf338af (diff) | |
download | gdb-56487c5507bb8501767f5f63963107dfef1308fa.zip gdb-56487c5507bb8501767f5f63963107dfef1308fa.tar.gz gdb-56487c5507bb8501767f5f63963107dfef1308fa.tar.bz2 |
PR gas/2582
* dwarf2dbg.c (INSERT_DIR_SEPARATOR): New macro. Handles the insertion of a
directory separator character into a string at a given offset. Uses
heuristics to decide when to use a backslash character rather than a
forward-slash character.
(dwarf2_directive_loc): Use the macro.
(out_debug_info): Likewise.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 6bac5b5..82de3cc 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,13 @@ +2006-05-05 Nick Clifton <nickc@redhat.com> + + PR gas/2582 + * dwarf2dbg.c (INSERT_DIR_SEPARATOR): New macro. Handles the + insertion of a directory separator character into a string at a + given offset. Uses heuristics to decide when to use a backslash + character rather than a forward-slash character. + (dwarf2_directive_loc): Use the macro. + (out_debug_info): Likewise. + 2006-05-05 Thiemo Seufer <ths@mips.com> David Ung <davidu@mips.com> |