Stu Grossman
9ef1e2da7c
Keep PORTING
35 years ago
John Gilmore
be78a1301f
* config/sparc-elf.mt, hosts/sysv4.h: New config files.
35 years ago
John Gilmore
c86190dd2a
* bout.c, coff-a29k.c, coff-i960.c: Lint.
* 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.
35 years ago
Fred Fish
d4acec2c22
Fix to use a single disposable copy of section header table and program
header table entries.
35 years ago
John Gilmore
17904eeb4d
Set MINIMIZE to 0 for a real release.
35 years ago
K. Richard Pixley
fbad27e8b3
add support for irix4
35 years ago
Stu Grossman
2b7eef3c57
* coff-msym.c (ecoff_swap_rfd_in): remove & for array ref.
35 years ago
Per Bothner
afbdd10672
* bout.c (b_out_slurp_reloc_table): Use BFD_ASSERT macro,
not internal bfd_assert function (twice).
35 years ago
Steve Chamberlain
b772312e68
* aout-target.h: change ar_max_namelen to 15 (the right value)
* coff-a29k, coffcode.h: more hangovers from the bfd_abs_section
change
35 years ago
Steve Chamberlain
0d65ac52cd
More bitrot
35 years ago
Steve Chamberlain
fc2f4c758a
Remove i960 b.out bitrot.
35 years ago
Fred Fish
009898fddb
Convert calls to bare malloc() to bfd_xmalloc().
35 years ago
K. Richard Pixley
935325ad0f
pass MAKEINFO on recursion
35 years ago
Steve Chamberlain
302c8ab121
Fixed the whitespace
35 years ago
Steve Chamberlain
3e312eb07f
* config/mt-<foo> now <foo>.mt, config/mh-<foo> now <foo>.mh.
host/h-<foo> now just <foo>.
* configure.in: reflect changes
35 years ago
Per Bothner
2a274d5d19
* libbfd-in.h (set_tdata): Make change of Feb 27 in the
actual source file, not just the generated libbfd.h.
35 years ago
John Gilmore
77c3feeed1
mips-big-* target
35 years ago
K. Richard Pixley
335413d8ea
include ansidecl.h
35 years ago
Steve Chamberlain
d446483b5e
* coff-i960.c (icoff_little_vec): add COFF_SWAP_TABLE so we can run gdb on little
endian 960 code.
* archive.c (compute_and_write_armap): indirect symbols should go
into the archive header too.
35 years ago
Steve Chamberlain
94f02cf2c2
* chew.c: now has -w switch turn on warnings
35 years ago
Steve Chamberlain
56a56f4c15
Now use EXFUN rather than PROTO, so that things using ansidecl.h and
not bfd.h can use them
35 years ago
John Gilmore
583f79e974
Add rule for coff-msym.
35 years ago
John Gilmore
6dc776918c
Add swapping of RFD's.
35 years ago
John Gilmore
5c12fcf521
* coff-msym.c: Move this file from gdb/ecoff.c. It
handles byte-swapping for ECOFF (MIPS symbol) files.
35 years ago
John Gilmore
246ccf5f8f
Initial revision
35 years ago
Per Bothner
cf15d9e97a
New file: rs6000-core.c.
35 years ago
Per Bothner
8eb8b9aaa3
* aoutx.h (NAME(aout,print_symbol)): Don't print
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).
35 years ago
Steve Chamberlain
e7b4046cbf
Don't core dump if no output section available for a symbol
35 years ago
Steve Chamberlain
6db82ea7e5
* aoutx.h (translate_from_native_sym_flags): when creating an alias symbol, fill in the section as undefined, rather than leaving it blank
35 years ago
Steve Chamberlain
1d535e75df
Wed Feb 26 19:40:59 1992 Steve Chamberlain (sac at thepub.cygnus.com)
* 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.
35 years ago
Steve Chamberlain
13b351cceb
DOS file name change
35 years ago
Steve Chamberlain
433fb166d4
Name change for DJ
35 years ago
Steve Chamberlain
d05511ca57
* coffcode.h (coff_swap_aux_in): lint, (coff_print_symbol): prints
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.
35 years ago
Per Bothner
73afbe2809
* PORTING: New (preliminary) porting guide.
35 years ago
John Gilmore
8b87cbae28
* bout.c (callj_callback), coff-a29k.c (a29k_reloc), coff-m88k.c
(howto_hvrt16): lint.
35 years ago
Per Bothner
9832e16cc3
* hp300bsd.c (new), config/mt-hp300bsd: Make hp300bsd
a full configuration (with possible cross-development),
instead of using host-aout.c.
35 years ago
Per Bothner
adf441b919
* aout-target.h (MY(write_object_contents):
Set obj_reloc_entry_size (abfd).
* gen-aout.c: Change to emit a .c files, not a .h file.
35 years ago
Fred Fish
5b3fb53040
Remove obsolete use of BSF_ABSOLUTE and replace with bfd_abs_section ref.
35 years ago
Steve Chamberlain
d5cd3c0e3d
pointer lint and tandem target.
35 years ago
Steve Chamberlain
a213432461
Fix typeo which crept in between compiling and checking in
35 years ago
Steve Chamberlain
a0f3f080c1
* coffcode.h (get_normalized_symtab): fixed bug where symbols
with more than one auxent can cause nasty core dumps.
35 years ago
Sean Eric Fagan
3aaa5a482f
Added h-apollo68v.h as a file to keep.
35 years ago
Sean Eric Fagan
9ba0618dc7
Adding support for hosting on an apollo series 400 (68k processor).
35 years ago
Steve Chamberlain
31bc9fde33
Fixed prototype mismatch reported by MDT
35 years ago
Steve Chamberlain
d58b7049a7
Fluff removal.
35 years ago
Steve Chamberlain
2f8640fe6a
* coffcode.h, libcoff.c: added new fielded to coff_symbol_struct
"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
35 years ago
Steve Chamberlain
7e1131e1f0
* aoutx.h: (translate_from_native_sym_flags): fix constructor
stuff to use the New Order.
35 years ago
Stu Grossman
eca85ebe09
* elf.c (bfd_section_from_shdr): Deal with null return from
bfd_make_section(). (elf_object_p): Select endianess properly.
35 years ago
John Gilmore
37fc9d04ee
Fix core file stacks.
35 years ago
John Gilmore
e702d26e3b
Fix stack in core files.
35 years ago