aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/djgpp
AgeCommit message (Collapse)AuthorFilesLines
2000-11-13 * config/djgpp/config.sed: Fix tweaking "VPATH=.:foo", and handleEli Zaretskii1-1/+2
the gettext's posrcprefix correctly with drive letters.
2000-08-252000-08-24 Pierre Muller <muller@ics.u-strasbg.fr>Pierre Muller1-0/+1
* Makefile.in: add rules to compile and link pascal specific files. * config/djgpp/fnchange.lst: add substitution for p-exp.tab.c.
2000-07-31 * config/djgpp/fnchange.lst: Add file mappings as per last weeklyEli Zaretskii1-0/+202
snapshot.
2000-05-25File rename tweeks.Andrew Cagney1-0/+3
2000-05-17 * gdb/config/djgpp/README: Fine-tune installation instructionsEli Zaretskii1-12/+19
based on user reports.
2000-05-08 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lstEli Zaretskii2-181/+182
with the version name. * config/djgpp/djconfig.sh: Use more warning switches. * config/djgpp/fnchange.lst: Replace the leading gdb-0222 with the @V@ placebo.
2000-04-26Add mapping ia64-linux-nat.c -> ia64linux-nat.c.Kevin Buettner1-0/+1
2000-04-23 * djunpack.bat: New file.Eli Zaretskii1-15/+27
* config/djgpp/README: Explain how to unpack using djunpack.bat.
2000-04-16 * config/djgpp/config.sed: Fix the lines which edit clean: andEli Zaretskii1-1/+2
uninstall-info: targets.
2000-04-072000-04-05 Scott Bambrough <scottb@netwinder.org>Scott Bambrough1-0/+2
* Makefile.in: Add dependency information for arm-linux-tdep.c. * config/djgpp/fnchange.lst: Add arm-linux-tdep.c, arm-linux-nat.c.
2000-04-03 * config/i386/xm-go32.h (HOST_LONG_DOUBLE_FORMAT): Define.Eli Zaretskii2-2/+4
* config/i386/tm-go32.h (TARGET_LONG_DOUBLE_BIT): Remove definition (and use the common one in tm-i386.h). (REGISTER_CONVERT_TO_VIRTUAL, REGISTER_CONVERT_TO_RAW): Likewise. (I386_DJGPP_TARGET): Don't define, it's no longer required. (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Remove definition, i386-tdep.c defines it for all x86 targets. (LD_I387, HEX_LONG_DOUBLE_INPUT): Remove. * config/djgpp/fnchange.lst: Add i386-linux-tdep.c. * config/djgpp/djcheck.sh: Edit the copyright year out of the test results. Fix editing of `main' arguments for non-GNU Sed.
2000-03-19 Support for building GDB with DJGPP, and running the test suite onEli Zaretskii5-0/+537
it: * config/djgpp/djconfig.sh: New file. * config/djgpp/config.sed: New file. * config/djgpp/README: New file. * config/djgpp/fnchange.lst: New file. * config/djgpp/djcheck.sh: New file.