summaryrefslogtreecommitdiff
path: root/gas/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* Fix spelling typos.Nick Clifton2000-06-251-1/+1
| | | | Remove use of DEFUN().
* Ensure /usr/include and the like stay out of dependencies.Alan Modra2000-06-221-658/+476
|
* 2000-06-21 H.J. Lu <hjl@gnu.org>H.J. Lu2000-06-221-1200/+1025
| | | | | * Makefile.am: Rebuild dependency. * Makefile.in: Rebuild.
* 2000-06-20 H.J. Lu <hjl@gnu.org>H.J. Lu2000-06-201-634/+1928
| | | | | | | * Makefile.am: Rebuild dependency. * Makefile.in: Rebuild. * configure: Likewise. * doc/Makefile.in: Likewise.
* TI C54x target.Timothy Wall2000-06-201-1586/+499
|
* Applied Stephane Carrez <Stephane.Carrez@worldnet.fr> patches to add supportNick Clifton2000-06-191-1/+14
| | | | for m68hc11 and m68hc12 processors.
* Fix "make dep-in" and "make dep"Alan Modra2000-05-271-28/+37
| | | | Previous rules had problems due to automake moving variables around.
* * Makefile.am (TARG_ENV_HFILES): Delete te-multi.h.Hans-Peter Nilsson2000-05-201-1/+0
| | | | * Makefile.in: Regenerated.
* Update dependencies.Alan Modra2000-05-171-685/+829
|
* IA-64 ELF support.Jim Wilson2000-04-211-0/+3
|
* Fix the multi-obj dependency rules.Alan Modra2000-04-191-40/+72
|
* Get LEX,FLEX from configure.Alan Modra2000-04-191-2/+5
|
* Remove ``-W -Wall'' from top-level Makefile/configure.gdb_5_0-2000-04-10-branchpointAndrew Cagney2000-04-091-140/+121
| | | | | | | Add ``-W -Wall'' to sub-directories bfd, binutils, gas gprof, ld and opcodes by the addition of WARN_CFLAGS to Makefile.am and configury to set it. Add configure option --enable-build-warnings. Re-generate all and sundry using auto*-000227.
* Use "gcc -MM" for dependencies, and update them.Alan Modra2000-04-041-736/+863
|
* 2000-03-08 H.J. Lu (hjl@gnu.org)H.J. Lu2000-03-091-1/+1
| | | | | | * Makefile.am (install-exec-tooldir): Depend on install-exec-bindir for parallel make. * Makefile.in: Regenerated.
* rebuild with current toolsIan Lance Taylor2000-02-271-4/+2
|
* Add IBM 370 support.Alan Modra2000-02-231-0/+3
|
* This set of patches add support for aout emulation on the x86Alan Modra2000-01-261-3/+8
| | | | | | | | | | assembler. ie. You will be able to do "as --em=i386aout" on an x86 linux-elf assembler to generate aout format object files, rather than using a separate assembler. The aout emulation is enabled by giving "--enable-targets=i386-linuxaout" to configure. Oh yeah, there's a couple of fixes too. Error messages shouldn't be passed to printf in the format arg just in case someone puts a `%' in the message.
* 1999-09-04 Steve Chamberlain <sac@pobox.com>Ian Lance Taylor1999-09-041-0/+27
| | | | | | | | | | | | | | | | * config/tc-pj.c: New file, supports picoJava in ELF. * config/tc-pj.h: Ditto. * configure.in (pjl*, pj*): New targets. * Makefile.am: Rebuild dependencies. (CPU_TYPES): Add pj. (TARGET_CPU_CFILES): Add config/tc-pj.c. (TARGET_CPU_HFILES): Add config/tc-pj.h. * doc/c-pj.texi: New file. * doc/as.texinfo: Add some PJ specifics. * doc/all.texi: Add PJ to the list of all architectures, sort them all alphabetically. * doc/Makefile.in (CPU_DOCS): Add c-pj.texi. * configure, Makefile.in, doc/Makefile.in: Rebuild.
* rebuild with patched automakeIan Lance Taylor1999-08-091-1/+1
|
* 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>Ian Lance Taylor1999-08-081-1/+2
| | | | | * Makefile.am (noinst_SCRIPTS): Change .gdbinit to $(GDBINIT). (EXTRA_SCRIPTS): Define to keep automake happy.
* * Makefile.am: Rename .dep* files to DEP*.Ian Lance Taylor1999-08-081-242/+242
| | | | | | | (MKDEP): Rename from DEP. Change all uses. Use $${srcdir} rather than $(srcdir). Rename TCDEP targets to DEPTC. Rename OBJDEP targets to DEPOBJ. * Makefile.in: Rebuild.
* * Makefile.am: Change all uses of itbl-test-ops to itbl-tops toIan Lance Taylor1999-08-081-4/+4
| | | | | avoid problems on DOS filesystems. * Makefile.in: Rebuild.
* * configure.in: Define and substitute GDBINIT. Change AC_OUTPUTIan Lance Taylor1999-08-081-2/+3
| | | | | line to crate ${GDBINIT} rather than .gdbinit. * configure, Makefile.in, doc/Makefile.in: Rebuild.
* * dwarf2dbg.c: Include elf/dwarf2.h with "", not <>.Ian Lance Taylor1999-06-121-2/+3
| | | | | * Makefile.am: Rebuild dependencies. * Makefile.in: Rebuild.
* * Makefile.am (TARGET_CPU_CFILES): Add config/tc-fr30.c.Andreas Schwab1999-06-071-0/+3
| | | | | | (TARGET_CPU_HFILES): Add config/tc-fr30.h. (TARG_ENV_HFILES): Add config/te-epoc-pe.h. * Makefile.in: Regenerated.
* * Makefile.am: Rebuild dependencies.Ian Lance Taylor1999-06-031-443/+1264
| | | | | | | ($(OBJS)): Don't depend upon struc-symbol.h. (.dep1, .tcdep, .objdep): Create itbl-parse.h. * dep-in.sed: Don't remove struc-symbol.h. * Makefile.in: Rebuild.
* Update.Richard Henderson1999-06-031-1256/+444
|
* rebuild dependenciesIan Lance Taylor1999-05-271-2/+4
|
* Initial revisionRichard Henderson1999-05-031-0/+2488