diff options
-rw-r--r-- | bfd/ChangeLog | 5 | ||||
-rw-r--r-- | bfd/xtensa-modules.c | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index fe284d2..ca9eb97 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2003-04-02 Bob Wilson <bob.wilson@acm.org> + + * xtensa-modules.c: Remove comment indicating that this is a + generated file. + 2003-04-02 Alan Modra <amodra@bigpond.net.au> * elfxx-mips.c (_bfd_mips_elf_hide_symbol): Test for NULL dynobj. diff --git a/bfd/xtensa-modules.c b/bfd/xtensa-modules.c index 662f728..d023b52 100644 --- a/bfd/xtensa-modules.c +++ b/bfd/xtensa-modules.c @@ -17,8 +17,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* Automatically generated by gen-opcode-code - DO NOT EDIT! */ - #include <xtensa-isa.h> #include "xtensa-isa-internal.h" #include "ansidecl.h" |