aboutsummaryrefslogtreecommitdiff
path: root/sim/common/ChangeLog
diff options
context:
space:
mode:
authorGeoffrey Keating <geoffk@geoffk.org>2000-12-12 20:54:13 +0000
committerGeoffrey Keating <geoffk@geoffk.org>2000-12-12 20:54:13 +0000
commit4c15ccf7afa959f14f950cb96f7f93eb9349777d (patch)
tree7d6aae43791e702874e963ed5aea11c19a359793 /sim/common/ChangeLog
parentb79e8c786598de8c85416eb3215b1a318fe34048 (diff)
downloadgdb-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/common/ChangeLog')
-rw-r--r--sim/common/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog
index 8107fd6..134111f 100644
--- a/sim/common/ChangeLog
+++ b/sim/common/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-12-11 Ben Elliston <bje@redhat.com>
* cgen-ops.h (SUBWORDDFDI): New function.