diff options
author | Geoffrey Keating <geoffk@geoffk.org> | 2000-12-12 20:54:13 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@geoffk.org> | 2000-12-12 20:54:13 +0000 |
commit | 4c15ccf7afa959f14f950cb96f7f93eb9349777d (patch) | |
tree | 7d6aae43791e702874e963ed5aea11c19a359793 /sim/ppc/ChangeLog | |
parent | b79e8c786598de8c85416eb3215b1a318fe34048 (diff) | |
download | gdb-4c15ccf7afa959f14f950cb96f7f93eb9349777d.zip gdb-4c15ccf7afa959f14f950cb96f7f93eb9349777d.tar.gz gdb-4c15ccf7afa959f14f950cb96f7f93eb9349777d.tar.bz2 |
In sim/common:
* sim-endian.h: Don't have parameters on macro definitions which
are simply renaming functions, to permit use of XCONCAT2 in both
the macro name and the arguments in a use of such a definition.
In sim/ppc:
* sim-endian.h: Don't have parameters on macro definitions which
are simply renaming functions, to permit use of XCONCAT2 in both
the macro name and the arguments in a use of such a definition.
Diffstat (limited to 'sim/ppc/ChangeLog')
-rw-r--r-- | sim/ppc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog index 48b6a72..52e6685 100644 --- a/sim/ppc/ChangeLog +++ b/sim/ppc/ChangeLog @@ -1,3 +1,9 @@ +2000-12-12 Geoffrey Keating <geoffk@redhat.com> + + * sim-endian.h: Don't have parameters on macro definitions which + are simply renaming functions, to permit use of XCONCAT2 in both + the macro name and the arguments in a use of such a definition. + 2000-11-15 Jim Blandy <jimb@redhat.com> * sim_calls.c: Doc fix. |