diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2002-04-30 09:21:27 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2002-04-30 09:21:27 +0000 |
commit | 7b17f854f7e3bfbd1be0bd3e4ebf99d79a7cf152 (patch) | |
tree | 211f5f6ea9737ddfdbeadb4d0257c48859c4a104 /ld/ChangeLog | |
parent | 07b678c0c3408cebd7515a53a9631b5b2610164c (diff) | |
download | gdb-7b17f854f7e3bfbd1be0bd3e4ebf99d79a7cf152.zip gdb-7b17f854f7e3bfbd1be0bd3e4ebf99d79a7cf152.tar.gz gdb-7b17f854f7e3bfbd1be0bd3e4ebf99d79a7cf152.tar.bz2 |
* ldlang.c (print_assignment): Update print_dot for assignments to ".".
* ldexp.c (exp_print_token): Add "infix_p" argument.
(exp_print_tree): Update accordingly.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index f074b07..78c37a5 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2002-04-30 Richard Sandiford <rsandifo@redhat.com> + + * ldlang.c (print_assignment): Update print_dot for assignments to ".". + * ldexp.c (exp_print_token): Add "infix_p" argument. + (exp_print_tree): Update accordingly. + 2002-04-28 Alan Modra <amodra@bigpond.net.au> * Makefile.am (mpw): New maintainer mode rule to make mpw-*.c files. |