aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
1991-12-07Fri Dec 6 22:58:48 1991 K. Richard Pixley (rich at rtl.cygnus.com)K. Richard Pixley1-2/+26
* Makefile.in: install using INSTALL_DATA, added standards.text support. * configure.in: mark directory as target dependent. configure nows works in objdir always so make file existence checks against ${srcdir}. Thu Dec 5 22:46:19 1991 K. Richard Pixley (rich at rtl.cygnus.com) * Makefile.in: idestdir and ddestdir go away. Added copyrights and shift gpl to v2. Added ChangeLog if it didn't exist. docdir and mandir now keyed off datadir by default.
1991-12-04*** empty log message ***Steve Chamberlain1-0/+6
1991-12-04* bfd.c (bfd_get_mtime): Don't cache mtime any more; onlyJohn Gilmore1-0/+6
use the saved value if mtime_set is already set (intended for archive files, though apparently not used yet).
1991-12-04* targets.c: Revise comments about how to configure the targetJohn Gilmore1-0/+14
vector, to match reality. Remove mention of obsolete methods. Remove long lists of capitalized macros that turn into the same thing in lowercase. Normal vector simply lists all known lowercase xvec names; all other cases are handled by SELECT_VECS.
1991-12-03 * archive.c (bsd_write_armap): The pad byte sometimes added toPer Bothner1-0/+7
the string table in a __.SYMDEF member is now counted as part of the size of the string table. This is compatible with the old ranlib, as well as Sun's.
1991-12-03 * srec.c: Rewrote to fix many bugs; now gets the record typeSteve Chamberlain1-0/+6
right, doesn't choke on input, sets the start address in an S9 and fills in the filename on an S0.
1991-12-01 * cpu-h8300.c: Add support for MEMIND addressing modeSteve Chamberlain1-0/+2
1991-12-01 * coff-a29k.c: defined RELOC_PROCESSING to take the #ifdef out ofSteve Chamberlain1-0/+4
coffcode.h * coffcode.h: use the new macro if available
1991-12-01 * elf.c (elf_corefile_note): cast malloc to avoid warning.Steve Chamberlain1-0/+3
* Makefile.in: Fixed dependencies due to file rename
1991-12-01 * aout-encap.c, aoutf1.h, aoutx.h, archive.c, bout.c, coff-a29k.c,Steve Chamberlain1-0/+8
coff-h8300.c, coff-i386.c, coff-i960.c, coff-m68k.c, coff-m88k.c, coff-mips.c, coff-rs6000.c, cpu-h300.c, elf.c, i386aout.c, newos3.c, stab-syms.c, syms.c: All these files have had their #includes altered to point to the new places.
1991-11-30Fix bug in elf.c (missing "break" statements in cases), add ncr andFred Fish1-0/+10
SVR4 i386 support to configuration.
1991-11-29Two small bug-fixes (affecting ar and nm).Per Bothner1-3/+7
1991-11-27 * Makefile.in: added coff-h8300Steve Chamberlain1-0/+18
* configure.in: now h8 is a coff target * cpu-h8300.c: fix various disassembly problems * libcoff.h: took out some code which has been #0ed for a long time. * targets.c: added h8 coff * coff-a29k.c, coff-i386.c, coff-i960.c, coff-m68k.c, coff-m88k.c added new macro RTYPE2HOWTO to take a load of #ifdefs out of coffcode.h * coffcode.h: Started to change the way machine dependencies are handled, from the nest of #ifdefs to macros defined in the including coff-<foo>.c
1991-11-23Fix hp300bsd entry point problem.John Gilmore1-0/+4
1991-11-22 * coff-mips.c, coffcode.h: Peter Schauer's patch to kludge inJohn Gilmore1-0/+3
nonstandard MIPS sections (.rdata, .sdata, etc).
1991-11-22const lintJohn Gilmore1-0/+1
1991-11-22ALIGN->BFD_ALIGNJohn Gilmore1-0/+2
1991-11-22LintJohn Gilmore1-0/+1
1991-11-22LintJohn Gilmore1-0/+4
1991-11-22 Moved bfd_stab_name() and bfd_stab_names[]Per Bothner1-0/+11
from syms.c to new file stab-syms.c. Renamed to aout_stab_name() and aout_stab_names[]. Also, since GNU extended type codes such as N_SETT are no longer in ../include/stab.def, include them manually.
1991-11-21* libaout.h (WORK_OUT_FILE_POSITIONS): One more try at thisJohn Gilmore1-0/+47
rather complicated seeming problem. Eliminate LOGICAL_ versions, just make N_XXX work by excluding the header from the text segment. * aoutx.h: Fix comments to match.
1991-11-15 * aoutx.h (NAME(aout,print_symbol)): Fix thinko.Per Bothner1-0/+6
* syms.c (bfd_stab_names): Turn on new GNU_EXTRA_STABS macro to include names of N_SETT etc.
1991-11-15Add minimal support for reading ELF symbol files and generating canonical bfdFred Fish1-0/+4
symbol tables. Also change the names of some functions.
1991-11-15Trivial change to comment to remove redundant "to".Fred Fish1-1/+10
1991-11-13 * ieee.c: (ieee_object_p) cast NULL correctly.Steve Chamberlain1-0/+3
* configure.in: added harris host
1991-11-13*** empty log message ***Steve Chamberlain1-0/+4
1991-11-12Just use #undef, not #define foo fooJohn Gilmore1-0/+4
1991-11-12Mon Nov 11 20:30:18 1991 Steve Chamberlain (sac at cygnus.com)Steve Chamberlain1-0/+7
* Makefile.in: standardize on MINUS_G to disable debugging * coff-m88k.c: create coff armaps instead of bsd ones. * opncls.c (bfd_close_all_done), (bfd_close): Mask out random bits when calling chmod.
1991-11-12Additions to support ELF formatted core files.Fred Fish1-0/+6
1991-11-12 * aoutx.h (NAME(aout,find_nearest_line)): Handle the casePer Bothner1-0/+12
of two N_SO stabs, one for directory, and one for filename. * bfd-in.h (print_vma): Factor out duplicate definition. Exit a little more gracefully when malloc returns NULL. * libbfd.c: New function bfd_xmalloc (malloc wrapper). * opncls.c, syms.c, bout.c, aoutx.h: Replace malloc by bfd_xmalloc. * libbfd.h: Rre-generated due to libbfd.c update.
1991-11-09Document use of elf_big_vec as DEFAULT_VECTOR.Fred Fish1-0/+2
1991-11-09Don't try to create a bfd section for the first ELF section header tableFred Fish1-0/+5
entry, since it is just a placeholder with no name.
1991-11-09* coff-rs6000.c, config/mh-rs6000: Make it work on archive andJohn Gilmore1-4/+13
core files, when compiling native. * hosts/h-rs6000.h: Define FASCIST_FDOPEN for bfd_fdopenr.
1991-11-07Thu Nov 7 11:03:55 1991 Steve Chamberlain (sac at rtl.cygnus.com)Steve Chamberlain1-0/+15
* coffcode.h: Defined new macros [PUT|GET]LINENO_LNNO for manipulation of lnno fields in lineno structs in a coff-<f>.h independent way. Override it in coff-<f>.h to your favourite number if you don't have a 16bit lnno field. (coff_swap_lineno_in) (coff_swap_lineno_out): modified to use the new macros.
1991-11-04Sat Nov 2 14:26:03 1991 Steve Chamberlain (steve at cygnus.com)Steve Chamberlain1-0/+25
* Makefile.in: Added ctor.c * archures.c (bfd_default_arch_struct) added bfd_default_reloc_type_lookup. * coffcode.h: removed a load of #if 0ed code. (coff_compute_file_section_positions): now works out the section alignment and size correctly in all cases. (coff_get_symtab): looks for contructor symbols and calls the right function when they're found. (coff_canonicalize_reloc): knows when a section is full of contructors and does the right thing. * cpu-m88k.c: Added default_reloc_type lookup to the architecture description. * libbfd-in.h: (bfd_default_reloc_type_lookup) defun added. * libcoff.h: removed #if 0ed code * reloc.c: (bfd_reloc_code_real_type) added BFD_RELOC_CTOR for arch independent contructtor relocation type. (bfd_reloc_type_lookup): removed the comment "this will go away" since it won't. (bfd_howto_32): stolen from 88k, this is a 32bit reloc which is used when BFD_RELOC_CTOR falls through to give a default 32bit reloc for contructors. (bfd_default_reloc_type_lookup): added. * aoutf1.h: fixed SEGMENT_SIZE typo.
1991-11-03 * bfd-in.h (bfd_print_symbol_type_hopw enum): Add new optionPer Bothner1-0/+14
bfd_print_symbol_nm, for use by nm. * aoutx.h (NAME(aout,print_symbol)): Add code for new bfd_print_symbol_nm option, to print in nm format. * coffcode.h (coff_print_symbol), ieee.c (ieee_print_symbol) oasys.c (oasys_print_symbol): Provide stub implementations for bfd_print_symbol_nm. * syms.c: New function bfd_decode_symclass, used by nm printer. New function bfd_stab_name to look up string name of stab code.
1991-11-01* coff-rs6000.c: Change name to "aixcoff-rs6000", to avoidJohn Gilmore1-0/+7
matching prefix "coff". * coffcode.h (coff_swap_aux_in, coff_swap_aux_out): Handle rs/6000 csect records.
1991-10-28 * coff-m88k.c, targets.c: change name of m88k_bcs to m88kbcsSteve Chamberlain1-0/+1
1991-10-28Sun Oct 27 16:56:58 1991 Steve Chamberlain (steve at cygnus.com)Steve Chamberlain1-0/+7
* configure.in: add motorola delta88 cases * libbfd.h, libbfd-in.h, archive.c, ieee.c, elf.c, srec.c: fix write_armap prototype * libbfd.c: add doc on bfd_write_bigendian_4byte_int
1991-10-25* Rename COFF-related files in `coff-ARCH.c' form.John Gilmore1-0/+10
coff-a29k.c, coff-i386.c, coff-i960.c, coff-m68k.c, coff-m88k.c, coff-mips.c, coff-rs6000.c to be exact.
1991-10-25RS/6000 supportJohn Gilmore1-1/+3
1991-10-25RS/6000 support, by Metin G. Ozisik, Mimi Phûông-Thåo Võ, and John Gilmore.John Gilmore1-0/+28
1991-10-25Updates to h-vaxult.h from David Taylor.John Gilmore1-0/+5
1991-10-24Add partial support for ELF format corefiles. Still needs code to extractFred Fish1-0/+3
register values from corefiles and make them available to bfd clients.
1991-10-24In config/t-m68k-elf, set DEFAULT_VECTOR to elf_big_vec.Fred Fish1-0/+2
1991-10-24Document changes to some bfd config files.Fred Fish1-0/+6
1991-10-21 * coffcode.h (coff_compute_section_file_positions): make it padSteve Chamberlain1-0/+4
section size out if there are alignment restrictions so that the image will be ok on a system where section positions are worked out by accumulating sizes rather than from the section headers.
1991-10-21 * targets.c (proto write_armap). Changed orl_count to unsigned.Steve Chamberlain1-1/+27
* opncls.c (bfd_close_all_done). Added so that generative programs like gas can close a bfd without causing bfd confusion. * libbfd.h (changed becuase of protos) * amdcoff.c: messed with the way that jmp displacements are calcualated. This may not yet be totally correct. * archive.c (coff_write_armap): rewrote the way that ranlibs are written out. * coffcode.h (fixup_symbol_value): now doesn't core dump if a non abs symbol has no section (like a register symbol). (coff_write_symbol) now zeros auxent before filling it up to help with sensitive applications. * libbfd.c (bfd_write_bigendian_4byte_int): added.
1991-10-16 * archive.c (bsd_write_argmap): The size of the ranlib structuresPer Bothner1-0/+9
should not include teh size field itself. * aoutx.h, libaout.h (NAME(aout, sizeof_headers)): Use adata(abfd)->exec_bytes_size field instead of constant macro, because aoutx.h compiles to a simple .o file shared by all 32-bits a.out targets.
1991-10-16Allow i386-sco-sysv.John Gilmore1-0/+23
Updates from my internet testing for gdb-4.2.