Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * aout-target.h (minimum_alignment): 8 byte alignment is right. | Steve Chamberlain | 1993-05-27 | 1 | -0/+5 |
| | | | | (fix ld/2680) | ||||
* | first cut at new maybe-64bit-handling configuration | Ken Raeburn | 1993-05-27 | 2 | -0/+24 |
| | |||||
* | added things-to-lose sections | K. Richard Pixley | 1993-05-27 | 3 | -0/+7 |
| | |||||
* | elf, cleanup changes | Ken Raeburn | 1993-05-25 | 1 | -0/+36 |
| | |||||
* | (elf64.c): Add to list of sources. | Ken Raeburn | 1993-05-25 | 1 | -8/+24 |
| | | | | | | (elf64.o): List dependencies; don't build by default. (elf32.o): Update dependencies. (archures.o, targets.o): Depend on Makefile, for MINIMIZE &c. | ||||
* | Updated for new macro, type, and structure names. | Ken Raeburn | 1993-05-25 | 3 | -76/+98 |
| | | | | Cleaned up some namespace pollution; renamed elf vectors. | ||||
* | (COERCE64): Avoid out-of-range numbers | Ken Raeburn | 1993-05-25 | 1 | -19/+41 |
| | |||||
* | begin reorganization to support 64-bit elf | Ken Raeburn | 1993-05-25 | 1 | -0/+22 |
| | |||||
* | Add i386lynx.c. | Stu Grossman | 1993-05-24 | 1 | -0/+1 |
| | |||||
* | * i386lynx.c: New module for Lynx variant of a.out. | Stu Grossman | 1993-05-22 | 1 | -0/+8 |
| | | | | | | | * Makefile.in (BFD_BACKENDS CFILES depends): Add i386lynx.c. * gen-aout.c: Get rid of defunct endian stuff, print out true pagesize. * targets.c (target_vector): Add i386lynx_vec. | ||||
* | ISC changes | Jim Kingdon | 1993-05-21 | 1 | -0/+4 |
| | |||||
* | Move printing from bfd to nm. | David MacKenzie | 1993-05-21 | 1 | -0/+22 |
| | |||||
* | Move printing from bfd to nm and add POSIX and SysV formats. | David MacKenzie | 1993-05-21 | 3 | -2/+13 |
| | |||||
* | * trad-core.c: Check macro TRAD_CORE_EXTRA_SIZE_ALLOWED. | Jim Kingdon | 1993-05-19 | 1 | -2/+2 |
| | | | | hosts/i386linux.h: Define it. | ||||
* | * trad-core.c: Check macro TRAD_CORE_EXTRA_SIZE_ALLOWED. | Jim Kingdon | 1993-05-19 | 1 | -0/+7 |
| | | | | hosts/i386linux.h: Define it. | ||||
* | hppa assembler/disasm support routines | Ken Raeburn | 1993-05-17 | 2 | -0/+380 |
| | |||||
* | bump version number | Ken Raeburn | 1993-05-17 | 1 | -1/+1 |
| | |||||
* | keep miniframe.h | Ken Raeburn | 1993-05-14 | 1 | -0/+1 |
| | |||||
* | expand comment about "global_sym" complaint | Ken Raeburn | 1993-05-14 | 1 | -1/+5 |
| | |||||
* | add ct miniframe host support | Ken Raeburn | 1993-05-14 | 1 | -0/+14 |
| | |||||
* | * bout.c (aout32_slurp_extended_name_table): Define to be | Ian Lance Taylor | 1993-05-12 | 1 | -0/+3 |
| | | | | _bfd_slurp_extended_name_table rather than bfd_true. | ||||
* | * coff-mips.c: Include libaout.h and aout/aout64.h to get | Ian Lance Taylor | 1993-05-12 | 1 | -0/+14 |
| | | | | | | | | | definitions for N_SET[ATDB]. (ecoff_howto_table): Moved near top of file. (ecoff_set_symbol_info): If a STABS symbol of type N_SET[ATDB] is seen, cook up a constructor section of the same name and put in a reloc pointing to the symbol. This lets the GNU linker build global constructors and destructors without using collect. | ||||
* | * configure.in (hppa*-*-bsd): Change to hppa*-*-bsd* | Fred Fish | 1993-05-09 | 1 | -0/+8 |
| | | | | | | | * configure.in (hppa*-*-hpux): Change to hppa*-*-hpux* * configure.in (m68*-hp-bsd): Change to m68*-hp-bsd* * configure.in (m68*-*-hpux): Change to m68*-*-hpux* * configure.in (*-*-bsd): Change to *-*-bsd* | ||||
* | * elf32-hppa.c (elf_hppa_reloc_type_lookup): Cast enums to | Per Bothner | 1993-05-05 | 1 | -0/+13 |
| | | | | int, for the sake of the old Portable C Compiler. | ||||
* | * trad-core.c (NO_SIGNED_GET): New macro. | Fred Fish | 1993-05-02 | 1 | -0/+4 |
| | | | | | * trad-core.c (trad_core_vec): Use new NO_SIGNED_GET instead of signed NO_GET, where appropriate. | ||||
* | * configure.in (i[34]86-*-linux*): Add; bfd_target = i386-linux. | Fred Fish | 1993-05-02 | 2 | -1/+7 |
| | | | | | * configure.in (*-*-linux*): Remove until linux port for a non-i386/i486 system is actually available. | ||||
* | * libhppa.h: #undef e_* symbols which come from <machine/som.h> | Stu Grossman | 1993-05-01 | 2 | -0/+29 |
| | | | | when compiling under HPUX. | ||||
* | * The following patches are from Jeffrey Law <law@cs.utah.edu>. | Stu Grossman | 1993-05-01 | 5 | -4/+65 |
| | | | | | | | | | | * hppa.c (hppa_core_file_p): Provide a temporary dummy routine for HOST_HPPABSD. * bfd/hosts/hppabsd.h: Fix declarations of malloc and free. * bfd/libhppa.h: Include sysdep here. Conditionalize includes based on HOST_HPPAHPUX or HOST_HPPABSD. Provide definitions for MAXCOMLEN and _PA_RISC_ID suitable for BSD. | ||||
* | Don't include system a.out.h in elf32-hppa.c. | Ken Raeburn | 1993-04-30 | 1 | -0/+5 |
| | | | | | Apparently include/aout/*.h isn't needed either, so just omit it. Should compile on Solaris now... | ||||
* | * coffcode.h: use dummy_reloc16_extra_cases rather than casting abort. | Jim Kingdon | 1993-04-30 | 2 | -3/+17 |
| | |||||
* | Log for changes already checked in today. | Ken Raeburn | 1993-04-29 | 1 | -0/+90 |
| | | | | (Yes, this changelog entry is well tested and reasonably localized. :-) | ||||
* | keep hp300hpux and hppa-elf files | Ken Raeburn | 1993-04-29 | 1 | -0/+4 |
| | |||||
* | hppaosf target support | Ken Raeburn | 1993-04-29 | 1 | -0/+1 |
| | |||||
* | fixed up to use elf32-target.h | Ken Raeburn | 1993-04-29 | 1 | -153/+16 |
| | |||||
* | hppa support, initial linker support | Ken Raeburn | 1993-04-29 | 1 | -157/+557 |
| | |||||
* | new reloc enum types | Ken Raeburn | 1993-04-29 | 1 | -34/+75 |
| | |||||
* | copyright; gas changes | Ken Raeburn | 1993-04-29 | 1 | -0/+39 |
| | |||||
* | Fix an unclear sentence. | David MacKenzie | 1993-04-29 | 1 | -2/+2 |
| | |||||
* | Clean up English and Texinfo usage. | David MacKenzie | 1993-04-29 | 1 | -44/+61 |
| | |||||
* | checkpoint hp300hpux code from HP; needs cleanup before using | Ken Raeburn | 1993-04-28 | 1 | -0/+807 |
| | |||||
* | checkpoint hppa-elf code from Utah (Sanitize out until it's cleaned up & ↵ | Ken Raeburn | 1993-04-28 | 2 | -0/+1666 |
| | | | | working) | ||||
* | add new field for subformat (for hp300 work) | Ken Raeburn | 1993-04-28 | 1 | -3/+11 |
| | |||||
* | allow overrides of armap defaults | Ken Raeburn | 1993-04-28 | 1 | -0/+4 |
| | |||||
* | Support for Hitachi SH | Steve Chamberlain | 1993-04-27 | 5 | -8/+36 |
| | |||||
* | * trad-core.c (trad_unix_core_file_p): Check the file size. | Jim Kingdon | 1993-04-26 | 2 | -15/+78 |
| | |||||
* | * sco-core.c (sco_core_vec): Add initializers for new target | Ian Lance Taylor | 1993-04-26 | 2 | -2/+12 |
| | | | | fields. | ||||
* | * coffcode.h [_LIT]: Recognize .lit section. | Jim Kingdon | 1993-04-25 | 2 | -3/+26 |
| | |||||
* | Support for the alpha | Steve Chamberlain | 1993-04-24 | 6 | -0/+4248 |
| | |||||
* | * Merge in HPPA/BSD changes from Utah. | Stu Grossman | 1993-04-24 | 3 | -2/+12 |
| | | | | | | | * hppa.c: Use this for both HPUX & BSD. * targets.c: Enable hppa_vec for both HPUX & BSD. * config/hppabsd.mt: TDEFINES => TDEFAULTS. * hosts/hppabsd.h: #define HOST_HPPABSD. | ||||
* | * libbfd.c: Whitespace changes around byteswap macros. | John Gilmore | 1993-04-21 | 1 | -0/+5 |
| | | | | * libbfd-in.h: Whitespace changes around byteswap declarations. |