diff options
author | Nick Clifton <nickc@redhat.com> | 2001-07-19 16:41:00 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-07-19 16:41:00 +0000 |
commit | c7d701b09434140f934e5275f9e979ba43f9e93b (patch) | |
tree | 94241d5109fcce5d3a51726ee194409f64dd1cd0 /ld/ChangeLog | |
parent | 1545243be0f82ff8ce2007e69f54fb7f89a8f122 (diff) | |
download | gdb-c7d701b09434140f934e5275f9e979ba43f9e93b.zip gdb-c7d701b09434140f934e5275f9e979ba43f9e93b.tar.gz gdb-c7d701b09434140f934e5275f9e979ba43f9e93b.tar.bz2 |
Use stderr if config.map_file is not available. Do not print NULL trees.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 63368ac..771f720 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,10 @@ 2001-07-19 Nick Clifton <nickc@cambridge.redhat.com> + * ldexp.c (exp_print_tree): Use stderr if config.map_file is not + available. Do not print NULL trees. + (exp_print_token): Print unknown tokens with values > 126 as + decimal values not ASCII characters. + * ldlang.c (lang_leave_overlay): If a region is specified assign it to all sections inside the overlay unless they have been assigned to the own, non-default, memory region. |