diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2001-04-08 05:09:21 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2001-04-08 05:09:21 +0000 |
commit | af9539e4e537df73df80ac513416c37be5b5f6a0 (patch) | |
tree | 78938895735192fbd5379f459484b845dcb01731 /gas/Makefile.am | |
parent | c839c4db61a73535746c9a8f52e127c100c600ca (diff) | |
download | gdb-af9539e4e537df73df80ac513416c37be5b5f6a0.zip gdb-af9539e4e537df73df80ac513416c37be5b5f6a0.tar.gz gdb-af9539e4e537df73df80ac513416c37be5b5f6a0.tar.bz2 |
2001-04-07 Steven J. Hill <sjhill@cotw.com>
* config/tc-mips.c: Support ELF64 for traditional MIPS targets.
* Makefile.am: (TARG_ENV_HFILES): Add tc-mips.h.
* Makefile.in: Regenerated.
* configure.in: Use traditional MIPS targets for Linux/MIPS.
* configure: Regenerated.
Diffstat (limited to 'gas/Makefile.am')
-rw-r--r-- | gas/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/Makefile.am b/gas/Makefile.am index 679c292..aaa9a6f 100644 --- a/gas/Makefile.am +++ b/gas/Makefile.am @@ -361,7 +361,8 @@ TARG_ENV_HFILES = \ config/te-sparcaout.h \ config/te-sun3.h \ config/te-svr4.h \ - config/te-sysv32.h + config/te-sysv32.h \ + config/te-tmips.h # Multi files in config |