From 4ccfc10aeb564246ff96a17f854a4fa5b46beef2 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 20 May 2004 09:09:55 +0000 Subject: [PATCH] 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 --- gcc/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1c9c6ce2913..50e9407871c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-05-20 Nick Clifton + + * config/c4x/c4x.h (INITIALIZE_TRAMPOLINE): Replace 'tramp' + with 'TRAMP' in the body of the macro definition. + 2004-05-19 H.J. Lu PR target/15383