aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@gcc.gnu.org>2004-05-20 09:09:55 +0000
committerNick Clifton <nickc@gcc.gnu.org>2004-05-20 09:09:55 +0000
commit4ccfc10aeb564246ff96a17f854a4fa5b46beef2 (patch)
tree2988b44518db22f8518cb93ad27c37a101d15695
parent6bc709c1c5cf974a180d9fe141594aee17285e8a (diff)
downloadgcc-4ccfc10aeb564246ff96a17f854a4fa5b46beef2.zip
gcc-4ccfc10aeb564246ff96a17f854a4fa5b46beef2.tar.gz
gcc-4ccfc10aeb564246ff96a17f854a4fa5b46beef2.tar.bz2
c4x.h (INITIALIZE_TRAMPOLINE): Replace 'tramp' with 'TRAMP' in the body of the macro definition.
* config/c4x/c4x.h (INITIALIZE_TRAMPOLINE): Replace 'tramp' with 'TRAMP' in the body of the macro definition. From-SVN: r82048
-rw-r--r--gcc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 1c9c6ce..50e9407 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2004-05-20 Nick Clifton <nickc@redhat.com>
+
+ * config/c4x/c4x.h (INITIALIZE_TRAMPOLINE): Replace 'tramp'
+ with 'TRAMP' in the body of the macro definition.
+
2004-05-19 H.J. Lu <hongjiu.lu@intel.com>
PR target/15383