aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/djgpp
AgeCommit message (Collapse)AuthorFilesLines
2001-12-14 * config/djgpp/fnchange.lst: Add entries for opcodes/xstormy16-* files.Corinna Vinschen1-0/+7
2001-11-25 * config/djgpp/config.sed: Fix an error in etc/ at "make install"Eli Zaretskii1-0/+2
time on non-LFN systems where standards*.inf* expands to nothing.
2001-10-21 * config/djgpp/README: Fix a typo and tweak for GDB 5.1.Eli Zaretskii1-15/+16
2001-09-21* config/i386/x86-64linux.mh: New file.Jiri Smid1-0/+2
* config/i386/x86-64linux.mt: New file. * config/i386/nm-x86_64.h: New file. * x86-64-linux-tdep.c: New file. * x86-64-linux-nat.c: New file. * x86-64-tdep.c: New file. * x86-64-tdep.h: New file. * config/djgpp/fnchange.lst: Add entries for x86_64-linux-tdep.c and x86_64-linux-nat.c * Makefile.in: Add x86_64-linux-tdep.o, x86_64-tdep.o, x86_64-linux-tdep.o, x86_64-nat.o, update dependencies.
2001-08-24* go32-nat.c (go32_create_inferior): Use xfree instead of free.Andrew Cagney1-0/+2
* config/djgpp/fnchange.lst: Add entries for i386bsd-tdep.c and i386bsd-nat.c.
2001-07-29Unset CDPATH before doing annything else.Eli Zaretskii1-0/+4
2001-07-12fix mips/linux 8.3 errorsDaniel Jacobowitz1-0/+2
2001-06-29Sort file.Andrew Cagney1-224/+224
2001-06-29* config/djgpp/fnchange.lst: Rename mi0-var-block.exp,Andrew Cagney1-0/+4
mi0-var-cmd.exp, mi0-var-child.exp and mi0-var-display.exp.
2001-06-04 * go32-nat.c (go32_wait): Change the return value to ptid_t.Eli Zaretskii2-0/+8
* config/djgpp/fnchange.lst: Add two new files in the gdb/testsuite/gdb.c++/ directory to the remapped names. * config/djgpp/djconfig.sh (lt_cv_sys_max_cmd_len): Set to 12KB.
2001-05-03 * config/djgpp/fnchange.lst: Add mappings for the newEli Zaretskii1-0/+6
opcodes/openrisc-* files.
2001-04-02 * config/djgpp/fnchange.lst: Tweak due toEli Zaretskii1-0/+1
expect/example/chesslib.c.
2001-03-26 * config/djgpp/djconfig.sh: Add copyright notice.Eli Zaretskii1-3/+23
* ser-go32.c (rawclock): Remove prototype; include time.h instead. (ISR, dos_hookirq, isr_t): Convert K&R definition to ANSI C. (top level) <string.h>: Include gdb_string.h instead. (dos_noop, dos_raw, dos_noflush_set_tty_state) (dos_print_tty_state, dos_info): Remove ATTRIBUTE_UNUSED. * go32-nat.c (go32_create_inferior): Move the declaration of `environ' to here from the top level. (top level) <_initialize_go32_nat>: Remove redundant prototype. <gdb_string.h>: Include it instead of string.h. (store_register): Call register_buffer instead of accessing registers[] directly. (redir_cmdline_delete, redir_cmdline_parse, redir_to_debugger) (redir_to_debugger, redir_debug_init) [__DJGPP_MINOR__ < 3]: Put the function names at the start of the line. (go32_set_dr): Throw internal_error if the argument is not a valid debug register number. (go32_open, go32_close, go32_attach, go32_detach, go32_resume) (go32_wait, go32_xfer_memory, go32_files_info) (go32_terminal_info): Remove ATTRIBUTE_UNUSED.
2001-03-14Add entry of ia64-aix-nat.c.Kevin Buettner1-0/+1
2001-02-14Add entries for gdb/gdbtk/*/ChangeLog-*.Eli Zaretskii1-0/+10
2001-02-08 * config/djgpp/fnchange.lst: Remove extraneous "too many dots".Eli Zaretskii1-1/+1
2001-02-04 * config/djgpp/fnchange.lst: Tweak to make consistent with theEli Zaretskii1-9/+21
new files.
2001-02-04 * config/djgpp/djconfig.sh: Use explicit absolute file name whenEli Zaretskii1-1/+4
invoking `find'.
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.