Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1992-05-06 | fix cc compile failure | K. Richard Pixley | 1 | -1/+0 | |
1992-05-05 | Renamed dup other_dup to stop conflict on iris | Steve Chamberlain | 1 | -0/+1347 | |
1992-05-05 | * bfd-in.h: Increase version number to 1.97, for consistency with ../binutils. | Per Bothner | 1 | -0/+6 | |
* Makefile.in: docdir is ./doc, not ${srcdir}/doc. | |||||
1992-05-05 | Get rid of bogus comment in compiler command rule. | Per Bothner | 1 | -1/+1 | |
1992-05-05 | Lint | Steve Chamberlain | 1 | -1/+1 | |
1992-05-04 | * bfd-in.h: bump version to 1.96 | Steve Chamberlain | 4 | -11/+32 | |
Major change; changed calling convention for bfd_get_relocated_section_contents so that caller allocates memory for section data. * coffcode.h (bfd_coff_get_relocated_section_contents), reloc.c, seclet.c, targets.c, bfd.c: reflect new convention. * coffcode.h (styp_to_sec_flags): if styp_flags is not a special case, then use reasonable default values for SEC_* flags. | |||||
1992-05-02 | * coffcode.h (coff_write_object_contents): use RELSZ to work out | Steve Chamberlain | 1 | -0/+2 | |
size of output reloc struct. | |||||
1992-05-02 | * coffcode.h (coff_write_object_contents): use RELSZ to work out | Steve Chamberlain | 1 | -3/+19 | |
size of output reloc struct. | |||||
1992-05-02 | new_bfd_contained_in : Inherit target->defaulted from parent | Steve Chamberlain | 1 | -3/+6 | |
1992-05-02 | * targets.c, Makefile.in: comment out tekhex for the moment. | Steve Chamberlain | 4 | -97/+120 | |
* ieee.c: if some places where null pointers were used instead of &bfd_abs_section. * configure.in: tandem target is st2000 * coff-m68k.c: rename static howto_table to global m68kcoff_howto_table. * bout.c: remove unnecessary abort | |||||
1992-05-01 | * coff-a29k.c: various changes to the way relocations work to cope | Steve Chamberlain | 3 | -151/+167 | |
with the "new order" and latent bugs. * coffcode.h: lint | |||||
1992-04-29 | Fix a typo (missing ||) in b_out_squirt_out_relocs. | Michael Tiemann | 1 | -1/+1 | |
1992-04-29 | * aoutx.h (aout_swap_ext_reloc_out, aout_swap_std_reloc_out) | Steve Chamberlain | 3 | -96/+100 | |
bout.c (b_out_squirt_out_relocs): treat abs sumbols the right way. * reloc.c (bfd_perform-relocation): don't relocate refs to absolute symbols if doing a partial link. | |||||
1992-04-28 | Do the CFLAGS thing. | K. Richard Pixley | 2 | -1/+17 | |
1992-04-24 | * configure.in: Add a29k-amd-udi. | Stu Grossman | 2 | -0/+7 | |
1992-04-24 | aoutx.h (aout_<bits>_swap_exec_header_in): Zero out the internal_exec | Fred Fish | 2 | -2/+14 | |
structure before initializing the fields that are used, so that the unused fields are in a known state. Two of these structures are memcmp'd so any fields not explicitly initialized must be set to a known state. | |||||
1992-04-22 | Finish eradication of MINUS_G per current configuration strategy. | Fred Fish | 1 | -14/+19 | |
1992-04-22 | Finish MINUS_G eradication per new configure strategy. | Fred Fish | 1 | -1/+0 | |
1992-04-22 | Convert typedef that typedefs nothing into a normal structure declaration. | Fred Fish | 1 | -0/+7 | |
Prototype args to function that second arg of pass_over points to. | |||||
1992-04-21 | rework CFLAGS, etc. | K. Richard Pixley | 2 | -48/+34 | |
1992-04-18 | Add tekhex.c | Fred Fish | 1 | -0/+1 | |
1992-04-17 | Fri Apr 17 09:15:31 1992 Steve Chamberlain (sac@thepub.cygnus.com) | Steve Chamberlain | 3 | -36/+34 | |
* bfd.c, Makefile.in: added tekhex * aoutx.h (set_section_contents): pages should be padded to the size of a page, not the size of a segment. * configure.in: added go32 host and i386-aout target. * i386aout.c, libaout.h: now works for go32 target * ieee.c: fix bit rot. * seclet.c: support for padding seclet type. | |||||
1992-04-17 | New definition of padding seclet | Steve Chamberlain | 1 | -2/+4 | |
1992-04-16 | Add .NOEXPORT: so that doc directory doesn't inherit a bad definition | K. Richard Pixley | 2 | -0/+6 | |
for target_makefile_frag. | |||||
1992-04-15 | Ifdef-out debugging code, and ifdef-out code that aborts on unhandled | Fred Fish | 1 | -0/+2 | |
sections (this was causing needless gdb aborts; gdb doesn't care about these sections anyway). | |||||
1992-04-14 | Fix couple of function args that expect to be passed CONST pointers, and | Fred Fish | 2 | -4/+13 | |
boolean functions that were returning NULL, which can be "void *" rather than just bare 0. | |||||
1992-04-14 | Changed to support Apollo Series 400 under bsd4.3 emulation environment. | Sean Eric Fagan | 1 | -0/+1 | |
1992-04-14 | New header file for Apollo Series 400 running under BSD4.3 emulation. | Sean Eric Fagan | 1 | -0/+58 | |
1992-04-13 | Massive changes. Elf sections are now processed into BFD sections only | Mark Eichin | 1 | -217/+1393 | |
if they make sense as independent sections; symbols and relocs are turned into BFD symbols and relocs; objects are now created. objdump and copy mostly work on .o files. this check-in will be followed by gdb testing. the code has *not* yet been split up the way coff is to support multiple architectures and bit widths. no ChangeLog entries yet; too big... nearly everything changed. | |||||
1992-04-11 | Pass on MINUS_G to recursive makes. Recognize ncr3000 config. | Fred Fish | 3 | -24/+69 | |
1992-04-11 | New config files for NCR 3000. | Fred Fish | 2 | -0/+67 | |
1992-04-09 | apollo68v.h => apollov68.h (must be for DOS 8.3 names or something) | John Gilmore | 1 | -1/+1 | |
1992-04-09 | Remove $Log stuff. | John Gilmore | 1 | -222/+1 | |
1992-04-03 | * Makefile.in: Now that we have sym.h and symconst.h, compile | John Gilmore | 1 | -11/+4 | |
coff-msym.c on all systems. * coff-msym.c: Update include files and comments; add weakext bit. | |||||
1992-04-02 | * archive.c, bfd.c, bout.c, coffcode.h, init.c, reloc.c, | John Gilmore | 1 | -0/+14 | |
section.c, srec.c, syms.c, coff-h8300.c: Lint. | |||||
1992-03-31 | Add sysv4.h | Stu Grossman | 1 | -0/+1 | |
1992-03-31 | Add irix4.h | Stu Grossman | 1 | -0/+1 | |
1992-03-31 | Keep PORTING | Stu Grossman | 1 | -1/+5 | |
1992-03-29 | * config/sparc-elf.mt, hosts/sysv4.h: New config files. | John Gilmore | 1 | -0/+66 | |
1992-03-29 | * bout.c, coff-a29k.c, coff-i960.c: Lint. | John Gilmore | 1 | -2/+2 | |
* configure.in: Add new host and target configs. * elf.c (bfd_prstatus, bfd_fpregset): Avoid typename of register structs, which vary; just use member name. (elf_object_p, elf_core_file_p): Lint, fix comments. * config/sparc-elf.mt, hosts/sysv4.h: New config files. | |||||
1992-03-28 | Fix to use a single disposable copy of section header table and program | Fred Fish | 2 | -42/+39 | |
header table entries. | |||||
1992-03-27 | Set MINIMIZE to 0 for a real release. | John Gilmore | 1 | -0/+9 | |
1992-03-24 | add support for irix4 | K. Richard Pixley | 1 | -0/+41 | |
1992-03-24 | * coff-msym.c (ecoff_swap_rfd_in): remove & for array ref. | Stu Grossman | 2 | -1/+5 | |
1992-03-17 | * bout.c (b_out_slurp_reloc_table): Use BFD_ASSERT macro, | Per Bothner | 1 | -0/+5 | |
not internal bfd_assert function (twice). | |||||
1992-03-17 | * aout-target.h: change ar_max_namelen to 15 (the right value) | Steve Chamberlain | 2 | -1/+7 | |
* coff-a29k, coffcode.h: more hangovers from the bfd_abs_section change | |||||
1992-03-17 | More bitrot | Steve Chamberlain | 1 | -1/+1 | |
1992-03-16 | Remove i960 b.out bitrot. | Steve Chamberlain | 2 | -179/+188 | |
1992-03-15 | Convert calls to bare malloc() to bfd_xmalloc(). | Fred Fish | 1 | -0/+7 | |
1992-03-14 | pass MAKEINFO on recursion | K. Richard Pixley | 1 | -0/+10 | |