summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils/gdb/m68kbsd-tdep.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ELF toolchain for m68k, following the SysV/m68k ABI (32-bit types aligned onmiod2013-02-021-1/+3
| | | | | | | | 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.
* Resolve conflicts for GDB 6.1. Add local patches.kettenis2004-05-211-0/+228
ok deraadt@