summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils/gdb/config/m68k (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ELF toolchain for m68k, following the SysV/m68k ABI (32-bit types aligned onmiod2013-02-021-2/+1
| | | | | | | | 32-bit boundaries, function return values being in %a0 instead of %d0 if they are declared as pointers, and in fp registers if they are floating point types). Compiler configuration bits (including a few m68k PIC code generation fixes) borrowed from NetBSD.
* Cut m68k over to inf-ptrace.c, making fork following work.kettenis2005-11-211-2/+2
|
* Resolve conflicts for GDB 6.3. Add local patches.kettenis2004-12-2760-1322/+5
| | | | ok deraadt@
* GDB 6.3 (excluding .info files)kettenis2004-12-277-13/+23
|
* Resolve conflicts for GDB 6.1. Add local patches.kettenis2004-05-2145-1726/+26
| | | | ok deraadt@
* GDB 6.1 (excluding .info files)kettenis2004-05-2159-1595/+1371
|
* Disable mmalloc on all openbsd systems. It was disabled on some before.drahn2003-03-011-0/+2
| | | | ok miod@ pvalchev@
* Adapt the newer of our GDB versions to a.out ports. The main part of thisniklas1998-03-295-33/+31
| | | | | commit comes from NetBSD. Also, the kernel debugging mode is a bit different but you will notice when you type gdb -k because it documents the difference
* Add rudimentary config files for architectures that still use the old gdbniklas1997-01-225-0/+91
|
* Merge to Cygnus 961112 + add some support (not ready) for shared libsniklas1996-11-2395-0/+3450