diff options
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/config/rs6000/darwin-tramp.asm | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9265526..9fdbb70 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2005-02-18 Geoffrey Keating <geoffk@apple.com> + + * config/rs6000/darwin-tramp.asm: Remove stray 'APPLE LOCAL' marker. + 2005-02-18 Roger Sayle <roger@eyesopen.com> * fold-const.c (constant_boolean_node): Always create values of the diff --git a/gcc/config/rs6000/darwin-tramp.asm b/gcc/config/rs6000/darwin-tramp.asm index 6490211..a2e2f4c 100644 --- a/gcc/config/rs6000/darwin-tramp.asm +++ b/gcc/config/rs6000/darwin-tramp.asm @@ -33,8 +33,6 @@ * executable file might be covered by the GNU General Public License. */ -/* APPLE LOCAL mainline throughout this file */ - #include "darwin-asm.h" /* Set up trampolines. */ |
