aboutsummaryrefslogtreecommitdiff
path: root/bfd
AgeCommit message (Collapse)AuthorFilesLines
1992-03-12 * libbfd-in.h (set_tdata): Make change of Feb 27 in thePer Bothner1-0/+5
actual source file, not just the generated libbfd.h.
1992-03-12mips-big-* targetJohn Gilmore2-3/+40
1992-03-08include ansidecl.hK. Richard Pixley1-0/+1
1992-03-07 * coff-i960.c (icoff_little_vec): add COFF_SWAP_TABLE so we can run gdb on ↵Steve Chamberlain1-0/+8
little endian 960 code. * archive.c (compute_and_write_armap): indirect symbols should go into the archive header too.
1992-03-07 * chew.c: now has -w switch turn on warningsSteve Chamberlain1-1/+6
1992-03-06Now use EXFUN rather than PROTO, so that things using ansidecl.h andSteve Chamberlain12-114/+114
not bfd.h can use them
1992-03-06Add rule for coff-msym.John Gilmore1-1/+5
1992-03-06Add swapping of RFD's.John Gilmore1-0/+17
1992-03-06* coff-msym.c: Move this file from gdb/ecoff.c. ItJohn Gilmore1-0/+25
handles byte-swapping for ECOFF (MIPS symbol) files.
1992-03-06Initial revisionJohn Gilmore1-0/+358
1992-03-02New file: rs6000-core.c.Per Bothner1-1/+5
1992-02-29 * aoutx.h (NAME(aout,print_symbol)): Don't printPer Bothner1-1/+0
symbol addresss for undefined symbols. * coff-rs6000.c: Various updates (due to target- independent changes). * libbfd.h: Ditto (tdata field is now a union). * hosts/h-sparc.h: Removed prototype for bogus function 'emset' (presumably should have been 'memset' - which is there).
1992-02-27Don't core dump if no output section available for a symbolSteve Chamberlain2-3/+15
1992-02-27* aoutx.h (translate_from_native_sym_flags): when creating an alias symbol, ↵Steve Chamberlain2-355/+360
fill in the section as undefined, rather than leaving it blank
1992-02-27Wed Feb 26 19:40:59 1992 Steve Chamberlain (sac at thepub.cygnus.com)Steve Chamberlain2-3/+33
* bfd.c: lint * coff-h8300.c: fix stupid reloc subtraction bug * coffcode.h (coff_swap_aux_out): only swap a tvndx by 2 bytes, since that's how wide it is. (coff_slurp_symbol_table): always zero out the symbol.flags and done_lineno fields.
1992-02-21DOS file name changeSteve Chamberlain1-3/+6
1992-02-21Name change for DJSteve Chamberlain2-0/+399
1992-02-21 * coffcode.h (coff_swap_aux_in): lint, (coff_print_symbol): printsSteve Chamberlain2-121/+128
out tagndx too. * aoutx.h (swap_std_reloc_out, swap_ext_reloc_out): use the output section of a symbol rather than the section of a reffed symbol to determine the r_index of an emmitted reloc.
1992-02-21 * PORTING: New (preliminary) porting guide.Per Bothner1-0/+4
1992-02-20* bout.c (callj_callback), coff-a29k.c (a29k_reloc), coff-m88k.cJohn Gilmore2-1/+6
(howto_hvrt16): lint.
1992-02-17 * hp300bsd.c (new), config/mt-hp300bsd: Make hp300bsdPer Bothner2-0/+26
a full configuration (with possible cross-development), instead of using host-aout.c.
1992-02-16 * aout-target.h (MY(write_object_contents):Per Bothner1-0/+6
Set obj_reloc_entry_size (abfd). * gen-aout.c: Change to emit a .c files, not a .h file.
1992-02-14Remove obsolete use of BSF_ABSOLUTE and replace with bfd_abs_section ref.Fred Fish1-0/+5
1992-02-14pointer lint and tandem target.Steve Chamberlain1-3/+2
1992-02-14Fix typeo which crept in between compiling and checking inSteve Chamberlain1-1/+1
1992-02-14 * coffcode.h (get_normalized_symtab): fixed bug where symbolsSteve Chamberlain2-25/+43
with more than one auxent can cause nasty core dumps.
1992-02-11Added h-apollo68v.h as a file to keep.Sean Eric Fagan1-0/+1
1992-02-10Adding support for hosting on an apollo series 400 (68k processor).Sean Eric Fagan1-0/+69
1992-02-07Fixed prototype mismatch reported by MDTSteve Chamberlain1-1/+1
1992-02-07Fluff removal.Steve Chamberlain4-1/+36
1992-02-06 * coffcode.h, libcoff.c: added new fielded to coff_symbol_structSteve Chamberlain2-16/+36
"done_lineno" so that a symbol which appears twice in the symbol table only gets it's linenumbers relocated once. Modifed (coff_write_native_symbol) and (coff_make_empty_symbol) to make
1992-02-04 * aoutx.h: (translate_from_native_sym_flags): fix constructorSteve Chamberlain1-0/+9
stuff to use the New Order.
1992-01-31* elf.c (bfd_section_from_shdr): Deal with null return fromStu Grossman1-0/+5
bfd_make_section(). (elf_object_p): Select endianess properly.
1992-01-31Fix core file stacks.John Gilmore1-1/+1
1992-01-31Fix stack in core files.John Gilmore1-0/+4
1992-01-31* hosts/h-hp300bsd.h, h-tahoe.h, h-vaxbsd.h, h-vaxult.h:John Gilmore3-30/+17
Specify byte order. * hosts/h-vaxbsd.h: Define the form of exec and core files.
1992-01-31* Makefile.in: host-aout.c doesn't depend on aout-params.h.John Gilmore1-0/+7
* aout-target.h: Use TARGET_BIG_ENDIAN_P to set up vector. * host-aout.c: Don't use aout-params.h; configure these systems in their xm files, not in a randomly generated file.
1992-01-31Fix checkin botch.Stu Grossman1-2/+2
1992-01-30Change DEFAULT_VECTOR to host_aout_vec here as well.Per Bothner1-0/+5
1992-01-30* host-aout.c: Change TARGETNAME to "a.out" to be compatible withStu Grossman2-301/+43
gdb. config/mt-hp300bsd: Change DEFAULT_VECTOR to host_aout_vec to prevent undefined symbol.
1992-01-30 Various lints found on PersSonySteve Chamberlain2-9/+19
* aoutx.h: cast an enum * coff-a29k.c: many ints in reloc structure turned to enum * coffcode.h: more enums * cpu-h8300.c: more enums * opncls.c: more enums
1992-01-30* configure.in: Make Tahoe configuration work again.John Gilmore2-8/+29
* bfd-in.h: Remove trailing comma from enum declaration. * ieee.c: Can't put byte values >0x7F into a signed char.
1992-01-29Makefile.in: Add dependencies for various coff-*.o files.Fred Fish3-16/+60
elf.c: Remove extraneous paren from core_prpsinfo and core_prpstatus macros, rename core_prpstatus to core_prstatus. Replace references to old section "size" member with new "_raw_size" member. Implement elf_make_empty_symbol, which is now used.
1992-01-29bfd.c: use `<<foo>>' instead of @file{foo}Roland Pesch2-8/+8
section.c, syms.c: @* rather than * at beginning of menu lines
1992-01-28* trad-core.c, bfd.c, ../include/bfd.h: Various fixes for PMAXStu Grossman1-0/+1
core reading.
1992-01-28 * coffcode.h (bfd_coff_relax_section): now static.Steve Chamberlain1-0/+5
(bfd_coff_get_relocated_section_contents): various type lints.
1992-01-28 New entry point in the transfer vector - bfd_relax_section.Steve Chamberlain4-274/+485
* aout-target.h: add to vector, call generic_relax * bfd-in.h: add to vector * bfd.c: add #define for vector * bout.c: add to vector, call generic_relax * coffcode.h: add to vector, also now has coff specific relax code for the relaxable H8/300 relocs. Also clean up abs section cruft. * elf.c: call generic_relax * ieee.c: call new vector, clean up some bugs due to the creation of bfd_abs_section * libbfd.h: add bfd_generic_relax_section EXFUN * oasys.c: call generic_relax * reloc.c: implement generic_relax * seclet.c: moved much of this into coffcode.h * srec.c: call generic_relax * targets.c: define new transfer vector
1992-01-27Add seclet.h to files-to-keep.Stu Grossman1-1/+5
1992-01-24Uses the new small reloc type now.Steve Chamberlain21-1418/+2586
Currently self hosts on sun4 and sun3
1992-01-19New host file for stratus.Fred Fish1-0/+1