diff options
author | Nick Clifton <nickc@redhat.com> | 2004-11-02 09:49:25 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-11-02 09:49:25 +0000 |
commit | ddbc47acfcb78c7663b53bfa5f05d409a46f147c (patch) | |
tree | 590563c12345368eed5b83c6b3cdfdbeed3f2a20 /gas/ChangeLog | |
parent | 117ea3cfbfdae674f9b74c07692eb300d5d8ae3b (diff) | |
download | gdb-ddbc47acfcb78c7663b53bfa5f05d409a46f147c.zip gdb-ddbc47acfcb78c7663b53bfa5f05d409a46f147c.tar.gz gdb-ddbc47acfcb78c7663b53bfa5f05d409a46f147c.tar.bz2 |
(dwarf2_finish): Check for the existence of a file table before deciding to
produce a .debug_line section to match up with a user provided .debug_info
section.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 51d6174..11ada2e 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2004-11-02 Nick Clifton <nickc@redhat.com> + + * dwarf2dbg.c (dwarf2_finish): Check for the existence of a file + table before deciding to produce a .debug_line section to match up + with a user provided .debug_info section. + 2004-10-28 Tomer Levi <Tomer.Levi@nsc.com> * config/tc-crx.c (getreg_image): Bug fix, a return value was |