binutils-gdb/bfd
Ken Raeburn 7218bb04b2 From Jeff Law and Pete Hoogenboom at Utah:
* elf32-hppa.h (hppa_elf_stub_finish): Add prototype.
(ELF32_HPPA_R_ARG_RELOC): Renamed without the ELF32 prefix
and moved into libhppa.h.  All references changed.
(ELF32_HPPA_R_CONSTANT, ELF32_HPPA_R_ADDEND): Likewise.
(get_opcode and opcode defines): Move into libhppa.h
* elf32-hppa.c (hppa_elf_insn2fmt): Rename and move info libhppa.h.
* libhppa.h (HPPA_R_*): Moved here.  Reformatted slightly to make for easier
reading.
(get_opcode): Moved here.  FIXME! this really should be a C function
inside the opcode library!
(bfd_hppa_insn2fmt): Likewise.

* targets.c (target_vector): Enable elf32-hppa vector.

* elf32-hppa.c (hppa_elf_get_section_contents): Add new comments and clarify
existing comments.  Do not use DEFUN to declare this function.  Fix numerous
indention problems.  Correctly handle cases where symbol extension section may
need to be read from disk, read from memory, or built then read from memory.

* elf32-hppa.h: Reformat with gnu-indent and hand fix numerous
formatting and indention problems gnu-indent can not handle.
Clarify some comments about relocation types.  Comment basic
relocation "classes".  Group PARAM declarations together.
(HPPA_SXT_{NULL, SYMNDX, RG_RELOC}): Make members of a new
enumerated type rather than #defines.
1993-10-26 17:22:20 +00:00
..
doc include elf doc 1993-08-09 20:31:30 +00:00
hosts remove inclusion of strings.h 1993-10-13 21:42:42 +00:00
.Sanitize More "make dep" fixups. 1993-10-13 23:08:10 +00:00
COPYING
ChangeLog From Jeff Law and Pete Hoogenboom at Utah: 1993-10-26 17:22:20 +00:00
Makefile.in (HFILES): New variable, for use in "make dep". 1993-10-20 20:04:17 +00:00
PORTING add pointer to config/README 1993-08-07 22:45:02 +00:00
TODO make target selection fully configurable 1993-08-07 22:38:22 +00:00
VERSION bump version number 1993-05-17 19:03:44 +00:00
aout-adobe.c * aout-adobe.c, cpu-h8300.c, mipsbsd.c, srec.c: lint -Wall. 1993-04-15 04:52:32 +00:00
aout-encap.c Use aout-target.h more extensively. 1991-12-18 23:01:48 +00:00
aout-target.h * aout-target.h, aoutf1.h, trad-core.c, coffcode.h, libaout.h: 1992-11-28 13:00:18 +00:00
aout32.c
aout64.c
aoutf1.h * aoutf1.h: Add definition of MACHTYPE_OK. 1993-07-09 05:47:07 +00:00
aoutx.h * archures.c (bfd_default_set_arch_mach): Set bfd_error on 1993-08-17 19:24:21 +00:00
archive.c Improve timestamp support in BSD archive files to avoid linker 1993-09-14 04:13:43 +00:00
archures.c * archures.c (bfd_default_set_arch_mach): Set bfd_error on 1993-08-17 19:24:21 +00:00
bfd-in.h rewrite comment -- bfd-in2.h is generated too 1993-08-05 18:27:16 +00:00
bfd-in2.h * section.c (bfd_make_section_anyway): New function. 1993-09-28 20:44:43 +00:00
bfd.c With these changes, the binutils mostly work on the Alpha, except for 1993-08-04 01:37:25 +00:00
bout.c * bfd-in.h (JUMP_TABLE): Added bfd_reloc_type_lookup and 1993-02-23 20:24:06 +00:00
cache.c If fclose fails, set bfd_error to system_call_error. 1992-10-23 21:25:38 +00:00
coff-a29k.c * libbfd-in.h: Removed swapping routines declarations. 1993-09-07 18:32:33 +00:00
coff-alpha.c * ecoff.c: New file for generic ECOFF functions. 1993-08-03 20:22:47 +00:00
coff-h8300.c Some of these are guesses, if you know different, just yell. 1992-10-08 16:02:09 +00:00
coff-h8500.c * coff-h8500.c (reloc_processing, rtype2howto): New relocation 1993-07-13 19:08:25 +00:00
coff-i386.c coff-i386.c (i3coff_object_p): Now static. 1993-10-13 19:17:05 +00:00
coff-i960.c Some of these are guesses, if you know different, just yell. 1992-10-08 16:02:09 +00:00
coff-m68k.c * coff-m68k.c (m68k_howto2rtype): Make arg CONST to match callers. 1993-07-20 23:20:36 +00:00
coff-m88k.c * coff-m88k.c (howto_table): Corrected bitsize for R_PCR26L from 1993-07-15 20:06:41 +00:00
coff-mips.c * coff-alpha.c: Implemented reloc handling for the linker, made 1993-10-19 19:41:44 +00:00
coff-rs6000.c * aout-adobe.c, aoutf1.h, archive.c, bout.c, coff-rs6000.c, 1992-10-15 09:00:09 +00:00
coff-sh.c * coff-h8500.c (reloc_processing, rtype2howto): New relocation 1993-07-13 19:08:25 +00:00
coff-u68k.c * Rename for DOS uniqueness: coff-m68k-un.c -> coff-u68k.c 1993-07-20 21:45:32 +00:00
coff-z8k.c These changes cut the size of libbfd.a on a Sun4 by about 11%. 1993-01-08 21:11:21 +00:00
coffcode.h Fix up warnings from gcc -Wall: 1993-10-25 21:22:33 +00:00
coffgen.c * coff-h8500.c (rtype2howto): Do an fprintf to stderr rather than 1993-08-04 16:36:10 +00:00
coffswap.h * coffswap.h: (bfd_swap_reloc_in): a symndx is signed. 1993-10-07 19:24:22 +00:00
config.bfd * config.bfd: Use bigmips for mips-sony-bsd*. 1993-10-22 14:58:28 +00:00
configure.bat Name change for DJ 1992-02-21 22:54:39 +00:00
configure.host * hosts/delta88v4.h: New for SVR4. 1993-09-02 06:06:40 +00:00
configure.in for m68klynx_coff_vec, include coff-m68k.o for now 1993-10-13 18:56:39 +00:00
core.c * aoutx.h, archive.c, archures.c, bfd.c, cache.c, coff-m88k.c, 1991-12-08 00:56:56 +00:00
cpu-a29k.c Insert copyright notices in all BFD files that need them. 1992-10-15 10:59:13 +00:00
cpu-alpha.c Support for the alpha 1993-04-24 02:10:09 +00:00
cpu-h8300.c * bfd-in2.h, archures.c (bfd_mach_h8300[h]): new defines. 1993-06-08 19:15:35 +00:00
cpu-h8500.c H8/500 support 1993-02-04 20:59:55 +00:00
cpu-hppa.c * Makefile.in, archures.c, configure.in, cpu-hppa.c, hppa.c, libhppa.h, 1992-06-19 22:24:13 +00:00
cpu-i386.c Initial revision 1991-10-01 03:43:11 +00:00
cpu-i960.c Initial revision 1991-10-01 03:43:11 +00:00
cpu-m88k.c Initial revision 1991-10-01 03:43:11 +00:00
cpu-rs6000.c Initial revision 1991-10-25 07:16:56 +00:00
cpu-vax.c Initial revision 1991-10-01 03:43:11 +00:00
cpu-we32k.c Add preliminary support for the we32k (AT&T 3b2 family). 1992-08-27 22:09:30 +00:00
cpu-z8k.c Add basic support for the z8k: 1992-08-25 22:04:53 +00:00
ctor.c minor doc tweaks 1993-08-20 19:10:58 +00:00
demo64.c
dep-in.sed Make "make dep" easier to work with. Updated lots of dependencies. 1993-10-13 19:04:08 +00:00
ecoff.c * ecoff.c (ecoff_mkobject): Check bfd_make_section return value. 1993-10-11 21:38:38 +00:00
ecoffswap.h * ecoffswap.h (ecoff_swap_{hdr,ext}_{in,out}): Use signed 1993-08-11 13:42:17 +00:00
elf.c * elf.c, elfcode.h, libelf.h: Serious reorganization. 1993-07-19 19:12:59 +00:00
elf32-hppa.c From Jeff Law and Pete Hoogenboom at Utah: 1993-10-26 17:22:20 +00:00
elf32-hppa.h More patches from Jeff Law, plus a little cleanup of my own. 1993-08-28 00:10:54 +00:00
elf32-i386.c * coff-h8500.c (rtype2howto): Do an fprintf to stderr rather than 1993-08-04 16:36:10 +00:00
elf32-mips.c * cache.c, bfd-in.h: New function bfd_make_cacheable. 1993-06-18 16:13:10 +00:00
elf32-sparc.c * elf32-sparc.c (elf_sparc_howto_table): Don't use "^&" before 1993-07-20 20:26:51 +00:00
elf32-target.h * elf32-mips.c: Include "seclet.h". 1993-10-21 17:13:38 +00:00
elf32.c hppa support, initial linker support 1993-04-29 15:48:35 +00:00
elf64-gen.c * Rename elf{32,64}-generic.c to *-gen.c for 14 char filenames. 1993-07-17 01:28:11 +00:00
elf64-sparc.c * elf32-sparc.c (elf_sparc_howto_table): Don't use "^&" before 1993-07-20 20:26:51 +00:00
elf64-target.h * section.c (SEC_DEBUGGING): New section flag. 1993-09-23 15:14:12 +00:00
elf64.c begin reorganization to support 64-bit elf 1993-05-25 18:50:49 +00:00
elfcode.h elfcode.h (EALIGN): Define, dependent on ARCH_SIZE. 1993-10-07 18:34:59 +00:00
filemode.c
format.c
gen-aout.c Initial revision 1991-12-18 23:01:07 +00:00
host-aout.c * host-aout.c: Change TARGETNAME to "a.out" to be compatible with 1992-01-30 19:42:52 +00:00
hp300bsd.c * hp300bsd.c (new), config/mt-hp300bsd: Make hp300bsd 1992-02-17 20:04:21 +00:00
hp300hpux.c * aoutx.h (translate_from_native_sym_flags): Removed statep 1993-07-07 18:05:06 +00:00
hppa_stubs.h elfcode.h (FILE_ALIGN_: Renamed from EALIGN, to avoid conflict with Ultrix 1993-10-21 19:22:42 +00:00
i386aout.c Linker now works for go32; other changes keep it from breaking the other 1992-10-09 02:41:30 +00:00
i386bsd.c * aout-target.h (callback): Don't define this function if it won't be used. 1992-10-09 01:39:06 +00:00
i386lynx-cf.c More additions and changes for Lynx. 1993-10-03 22:15:52 +00:00
i386lynx.c * configure.in: i386lynx_coff_vec requires coff-i386lynx.o. 1993-10-01 21:42:59 +00:00
i386mach3.c new for mach 1993-08-17 22:50:20 +00:00
ieee.c Stricter prototyping, to force type conversions between 64-bit target and 1993-07-06 20:20:31 +00:00
init.c Initial revision 1991-10-01 03:43:11 +00:00
libaout.h comment branches in ARCH_SIZE test 1993-06-16 01:51:56 +00:00
libbfd-in.h Tue Sep 14 14:34:45 1993 Steve Chamberlain (sac@phydeaux.cygnus.com) 1993-09-14 21:39:33 +00:00
libbfd.c * libbfd.c (bfd_write): If not everything is written out, set 1993-10-25 20:09:46 +00:00
libbfd.h Improve timestamp support in BSD archive files to avoid linker 1993-09-14 04:13:43 +00:00
libcoff-in.h Mon Jan 11 18:32:22 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) 1993-01-12 00:38:59 +00:00
libcoff.h * libcoff.h (obj_raw_syment_coun): New macro. 1993-02-23 06:50:49 +00:00
libecoff.h * ecoff.c: New file for generic ECOFF functions. 1993-08-03 20:22:47 +00:00
libelf.h * elf32-mips.c: Extensive additions to do relocations and to 1993-10-12 21:16:14 +00:00
libhppa.h * libhppa.h: Restore #undefs of e_fsel and other e_* symbols. 1993-08-31 17:11:46 +00:00
libieee.h
libnlm.h * libnlm.h (nlm_backend_data): Added nlm_mangle_relocs. 1993-08-04 20:25:53 +00:00
liboasys.h
lynx-core.c * Makefile.in (OPTIONAL_BACKENDS): Add lynx-core.o. 1993-09-22 14:54:50 +00:00
m68klynx-cf.c Define ONLY_DECLARE_RELOCS, to avoid name conflicts when "--with-targets=all". 1993-10-13 18:57:21 +00:00
m68klynx.c More additions and changes for Lynx. 1993-10-03 22:15:52 +00:00
mipsbsd.c * aout-adobe.c, cpu-h8300.c, mipsbsd.c, srec.c: lint -Wall. 1993-04-15 04:52:32 +00:00
netbsd386.c * libaout.h, netbsd386.c: Change M_I386 to M_386_NETBSD. M_I386 1993-09-01 19:28:53 +00:00
newsos3.c Include bfd.h before sysdep.h, so ansidecl and PROTO() get defined first. 1991-10-11 10:11:37 +00:00
nlm-target.h * nlm{32,64}-target.h: Remove. 1993-07-22 23:09:07 +00:00
nlm.c * configure.in (*-*-netware, i[34]86-*-netware): New configs. 1993-07-20 04:45:13 +00:00
nlm32-gen.c * nlm32-i386.c: New file. First cut at i386 NLM code. 1993-07-30 22:32:09 +00:00
nlm32-i386.c * libnlm.h (nlm_backend_data): Added nlm_mangle_relocs. 1993-08-04 20:25:53 +00:00
nlm32.c * configure.in (*-*-netware, i[34]86-*-netware): New configs. 1993-07-20 04:45:13 +00:00
nlm64-gen.c * nlm32-i386.c: New file. First cut at i386 NLM code. 1993-07-30 22:32:09 +00:00
nlm64.c * configure.in (*-*-netware, i[34]86-*-netware): New configs. 1993-07-20 04:45:13 +00:00
nlmcode.h * nlmcode.h (nlm_object_p): Set HAS_SYMS if there are external 1993-08-31 17:28:03 +00:00
oasys.c * bfd-in.h (JUMP_TABLE): Added bfd_reloc_type_lookup and 1993-02-23 20:24:06 +00:00
opncls.c Stricter prototyping, to force type conversions between 64-bit target and 1993-07-06 20:20:31 +00:00
reloc.c * aoutx.h (howto_table_std): Correct the "size" field in some entries. 1993-10-07 21:46:12 +00:00
reloc16.c These changes cut the size of libbfd.a on a Sun4 by about 11%. 1993-01-08 21:11:21 +00:00
seclet.c * libbfd.c (bfd_write): If not everything is written out, set 1993-10-25 20:09:46 +00:00
seclet.h * bfd-in.h, bfd.c, libbfd.h, reloc.c, seclet.h, section.c, 1992-11-05 13:17:38 +00:00
section.c (struct sec): Move position of user_set_vma, and document it. 1993-08-27 23:56:49 +00:00
som.c * som.c (hppa_object_setup): Set SEC_CODE for .text section so 1993-10-26 09:42:15 +00:00
srec.c (srec_write_symbols): Use sprintf_vma, in case bfd_vma is too wide for 1993-06-22 02:58:25 +00:00
stab-syms.c Initial revision 1991-11-22 04:59:56 +00:00
sunos.c
syms.c bfd.c: use `<<foo>>' instead of @file{foo} 1992-01-29 01:04:30 +00:00
targets.c From Jeff Law and Pete Hoogenboom at Utah: 1993-10-26 17:22:20 +00:00
tekhex.c * bfd.c: Use right name for tekhex tdata struct. 1992-12-17 08:42:31 +00:00
trad-core.c * elfcode.h: Use memset not bzero. 1993-07-11 23:23:20 +00:00