aboutsummaryrefslogtreecommitdiff
path: root/bfd
AgeCommit message (Collapse)AuthorFilesLines
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
1992-01-19Initial revisionFred Fish1-0/+66
1992-01-15Declare various filename variables to be CONST since they are initializedFred Fish1-0/+6
to point to a CONST char string. Fixes gcc moans and groans.
1992-01-11Change abort() to a function return void to match usage on SVR4.Fred Fish2-2/+2
1992-01-11Document changes to hosts/h-amix.h and hosts/h-i386v4.h.Fred Fish1-0/+5
1992-01-10* aoutx.h (NAME(aout,find_nearest_line)): Recognize N_SOL symbols,Per Bothner2-89/+91
so that we can emit the correct file name even if it's an include file.
1992-01-01Add '#define HAVE_PROCFS', move '#include "fopen-same.h" to end of fileFred Fish2-2/+6
to match the other h-* files.
1992-01-01Change all '#if HAVE_PROCFS' to '#ifdef HAVE_PROCFS'.Fred Fish1-0/+10
1991-12-20Change svr4 references to sysv4.Fred Fish1-0/+6
1991-12-19Changed the @node to use INODESteve Chamberlain1-342/+430
1991-12-19Added new wordSteve Chamberlain2-0/+149
NODE which allows nodes to be written to texinfo files.
1991-12-19* bfd-in.h, libaout.h: ANSIfy enums.Stu Grossman1-0/+4
1991-12-19 * archive.c (normalize): created version for VMS which removes theSteve Chamberlain1-0/+31
VMS directory crap from the front and end of a filename, eg turn [-.foo]bar.obj;123 into bar.obj (bfd_construct_extended_name_table): now writes index into an extended name table in decimal - the same base used to read an extended name table.
1991-12-18Use aout-target.h more extensively.Per Bothner2-106/+17
Replace Berkeley functions (e.g. bcopy) with ANSI ones (e.g. memcpy). Other improvements (see ChangeLog).
1991-12-18Initial revisionPer Bothner1-0/+67
1991-12-18Enclose corename and execname inside a HAVE_PROCFS ifdef, since theyFred Fish2-29/+69
are unused when it is not defined.
1991-12-17Archive doc.David Henkel-Wallace1-112/+181
1991-12-13* hosts/h-*.h: Configure fopen using ../include/fopen-*.hJohn Gilmore17-256/+19
rather than N copies of the same lines.
1991-12-13 * hosts/h-*.h: Configure fopen using ../include/fopen-*.hJohn Gilmore1-1/+5
rather than N copies of the same lines.
1991-12-12Added configdos.bat makefile.dosSteve Chamberlain1-1/+6
1991-12-12 * cpu-h8300.c: disassemble branch displacements correctlySteve Chamberlain1-0/+3
* coff-h8300.c: put reloc offsets out in 32bits
1991-12-12 * cache.c: fopen with new macros is needed for DOS.Steve Chamberlain1-2/+2
* opncls.c, coff-rs6000.c: more fopens with macros.
1991-12-12Added macros for the 'type' part of an fopen, freopen or fdopen.Steve Chamberlain23-14/+480
<Read|Write>[Update]<Binary file>|<text file> eg: fopen("foo", FOPEN_WB) to open for writing binary. Usefull for vms, dos and who knows what else.
1991-12-12Initial revisionSteve Chamberlain1-0/+48
1991-12-12Initial revisionSteve Chamberlain2-0/+340
1991-12-12 * makefile.dos, configdj.bat: New files from DJSteve Chamberlain4-147/+283
* cache.c: fopen with "b" is needed for DOS. * ieee.c: environ renamed to envi to stop an include file conflict. * opncls.c: more fopens with "b"
1991-12-11build chew into the current directoryK. Richard Pixley2-58/+66
1991-12-10 * chew.c: don't core dump when can't open fileSteve Chamberlain1-0/+13
* Makefile.in: get proto.str from the right place when built in odd directories