aboutsummaryrefslogtreecommitdiff
path: root/bfd
AgeCommit message (Collapse)AuthorFilesLines
1993-05-24Add i386lynx.c.Stu Grossman1-0/+1
1993-05-22 * i386lynx.c: New module for Lynx variant of a.out.Stu Grossman1-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.
1993-05-21ISC changesJim Kingdon1-0/+4
1993-05-21Move printing from bfd to nm.David MacKenzie1-0/+22
1993-05-21Move printing from bfd to nm and add POSIX and SysV formats.David MacKenzie3-2/+13
1993-05-19 * trad-core.c: Check macro TRAD_CORE_EXTRA_SIZE_ALLOWED.Jim Kingdon1-2/+2
hosts/i386linux.h: Define it.
1993-05-19 * trad-core.c: Check macro TRAD_CORE_EXTRA_SIZE_ALLOWED.Jim Kingdon1-0/+7
hosts/i386linux.h: Define it.
1993-05-17hppa assembler/disasm support routinesKen Raeburn2-0/+380
1993-05-17bump version numberKen Raeburn1-1/+1
1993-05-14keep miniframe.hKen Raeburn1-0/+1
1993-05-14expand comment about "global_sym" complaintKen Raeburn1-1/+5
1993-05-14add ct miniframe host supportKen Raeburn1-0/+14
1993-05-12 * bout.c (aout32_slurp_extended_name_table): Define to beIan Lance Taylor1-0/+3
_bfd_slurp_extended_name_table rather than bfd_true.
1993-05-12 * coff-mips.c: Include libaout.h and aout/aout64.h to getIan Lance Taylor1-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.
1993-05-09 * configure.in (hppa*-*-bsd): Change to hppa*-*-bsd*Fred Fish1-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*
1993-05-05 * elf32-hppa.c (elf_hppa_reloc_type_lookup): Cast enums toPer Bothner1-0/+13
int, for the sake of the old Portable C Compiler.
1993-05-02 * trad-core.c (NO_SIGNED_GET): New macro.Fred Fish1-0/+4
* trad-core.c (trad_core_vec): Use new NO_SIGNED_GET instead of signed NO_GET, where appropriate.
1993-05-02 * configure.in (i[34]86-*-linux*): Add; bfd_target = i386-linux.Fred Fish2-1/+7
* configure.in (*-*-linux*): Remove until linux port for a non-i386/i486 system is actually available.
1993-05-01 * libhppa.h: #undef e_* symbols which come from <machine/som.h>Stu Grossman2-0/+29
when compiling under HPUX.
1993-05-01 * The following patches are from Jeffrey Law <law@cs.utah.edu>.Stu Grossman5-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.
1993-04-30Don't include system a.out.h in elf32-hppa.c.Ken Raeburn1-0/+5
Apparently include/aout/*.h isn't needed either, so just omit it. Should compile on Solaris now...
1993-04-30 * coffcode.h: use dummy_reloc16_extra_cases rather than casting abort.Jim Kingdon2-3/+17
1993-04-29Log for changes already checked in today.Ken Raeburn1-0/+90
(Yes, this changelog entry is well tested and reasonably localized. :-)
1993-04-29keep hp300hpux and hppa-elf filesKen Raeburn1-0/+4
1993-04-29hppaosf target supportKen Raeburn1-0/+1
1993-04-29fixed up to use elf32-target.hKen Raeburn1-153/+16
1993-04-29hppa support, initial linker supportKen Raeburn1-157/+557
1993-04-29new reloc enum typesKen Raeburn1-34/+75
1993-04-29copyright; gas changesKen Raeburn1-0/+39
1993-04-29Fix an unclear sentence.David MacKenzie1-2/+2
1993-04-29Clean up English and Texinfo usage.David MacKenzie1-44/+61
1993-04-28checkpoint hp300hpux code from HP; needs cleanup before usingKen Raeburn1-0/+807
1993-04-28checkpoint hppa-elf code from Utah (Sanitize out until it's cleaned up & ↵Ken Raeburn2-0/+1666
working)
1993-04-28add new field for subformat (for hp300 work)Ken Raeburn1-3/+11
1993-04-28allow overrides of armap defaultsKen Raeburn1-0/+4
1993-04-27Support for Hitachi SHSteve Chamberlain5-8/+36
1993-04-26* trad-core.c (trad_unix_core_file_p): Check the file size.Jim Kingdon2-15/+78
1993-04-26 * sco-core.c (sco_core_vec): Add initializers for new targetIan Lance Taylor2-2/+12
fields.
1993-04-25* coffcode.h [_LIT]: Recognize .lit section.Jim Kingdon2-3/+26
1993-04-24Support for the alphaSteve Chamberlain6-0/+4248
1993-04-24 * Merge in HPPA/BSD changes from Utah.Stu Grossman3-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.
1993-04-21* libbfd.c: Whitespace changes around byteswap macros.John Gilmore1-0/+5
* libbfd-in.h: Whitespace changes around byteswap declarations.
1993-04-20 * aoutf1.h (sunos4_core_file_p): Don't default bfd_error toStu Grossman1-0/+5
system_error anymore. It confuses bfd_check_format().
1993-04-20 * bfd.c: Add sgi_core_data to tdata union.Stu Grossman2-0/+8
* coff-mips.c: Add Irix 4.x core file support. * hosts/irix4.h: #define HOST_IRIX4.
1993-04-20a.out string table reduction code, take two.Ken Raeburn2-104/+502
Also fixed a bug in reading symbol tables on some systems...
1993-04-19 * trad-core.c (trad_core_vec): Add 6 new initializers to matchFred Fish1-0/+6
new signed get/put fields. Minor reformatting to label some fields.
1993-04-19changes for SVR3.2Jim Kingdon4-12/+5
1993-04-19 * libbfd.c: bfd_put*: Remove casts to bfd_vma.Jim Kingdon2-3/+15
1993-04-17 * aoutf1.h (internal_sunos_core): Make c_stacktop a bfd_vma.Jim Kingdon2-38/+40
(swapcore_sparc): Make sp a bfd_vma.
1993-04-17 * libbfd.c: Add signed versions of bfd_{h_,}{get,put}_signed_<size>.Jim Kingdon10-165/+322
libbfd.c, libbfd-in.h: Add _do*signed*. targets.c, all targets: Add bfd*signed*. bfd-in.h: Add bfd_signed_vma. Add comments.