diff options
author | Bob Wilson <bob.wilson@acm.org> | 2003-04-02 16:56:56 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@acm.org> | 2003-04-02 16:56:56 +0000 |
commit | f6c8b716bd00631b7b6b51235a220127b712f9b2 (patch) | |
tree | c8119593a06bb7e60c9c4059bbf9f462c47afe5a | |
parent | c6d600f0f17a88d4039d9f0d489d69327d34a707 (diff) | |
download | fsf-binutils-gdb-f6c8b716bd00631b7b6b51235a220127b712f9b2.zip fsf-binutils-gdb-f6c8b716bd00631b7b6b51235a220127b712f9b2.tar.gz fsf-binutils-gdb-f6c8b716bd00631b7b6b51235a220127b712f9b2.tar.bz2 |
* emulparams/xtensa-config.sh: Remove comment indicating that this is
a generated file.
-rw-r--r-- | ld/ChangeLog | 5 | ||||
-rw-r--r-- | ld/emulparams/xtensa-config.sh | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 2ea63d6..918fae7 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2003-04-02 Bob Wilson <bob.wilson@acm.org> + + * emulparams/xtensa-config.sh: Remove comment indicating that this is + a generated file. + 2003-04-01 Bob Wilson <bob.wilson@acm.org> * Makefile.am (ALL_EMULATIONS): Add eelf32xtensa.o. diff --git a/ld/emulparams/xtensa-config.sh b/ld/emulparams/xtensa-config.sh index b273df5..5a5e504 100644 --- a/ld/emulparams/xtensa-config.sh +++ b/ld/emulparams/xtensa-config.sh @@ -1,8 +1,3 @@ # Xtensa configuration settings. -## NOTE: This file was automatically generated by the Xtensa Processor -## Generator. Changes made here will be lost when this file is -## updated or replaced with the settings for a different Xtensa -## processor configuration. DO NOT EDIT! - MAXPAGESIZE=0x1000 |