aboutsummaryrefslogtreecommitdiff
path: root/bfd
AgeCommit message (Collapse)AuthorFilesLines
1993-06-12 * hosts/std-host.h (struct int64e_struct): Remove needless typedefJim Kingdon2-1/+11
keyword.
1993-06-11* hosts/std-host.h (int64e_type): Fix definition.David Edelsohn1-0/+4
1993-06-11(int64e_type): Fix definition.David Edelsohn1-1/+1
1993-06-10Add ansidecl.hSteve Chamberlain1-0/+1
1993-06-10 * coff-mips.c (ecoff_sec_to_styp_flags): Use STYP_MIPS_INIT forIan Lance Taylor2-2/+12
section named _INIT. Don't set STYP_TEXT unless SEC_CODE is set. (ecoff_styp_to_sec_flags): Treat a STYP_MIPS_INIT section like a STYP_TEXT section.
1993-06-09fix comment portability problem (ultrix)David D. Zuhn1-0/+5
1993-06-09 * coff-mips.c (ecoff_mkobject_hook): Mark ZMAGIC files as D_PAGED.Ian Lance Taylor2-200/+498
(ecoff_write_object_contents): If not D_PAGED, don't add the section headers to text_size. If not D_PAGED, set the magic number to OMAGIC rather than ZMAGIC. If creating a D_PAGED executable, the executable must fully occupy an even number of pages. (ecoff_set_symbol_info, make_bfd_asection, ecoff_little_vec, ecoff_big_vec): Consistently set section alignment power to 4, since ECOFF sections should be multiples of 16 bytes. (ecoff_little_vec, ecoff_big_vec): Added D_PAGED to object_flags. Made ar_pad_char and ar_max_namelen agree for both.
1993-06-09move to hostsJim Kingdon1-12/+0
1993-06-09 * elfcode.h (elf_slurp_symbol_table): subtract section vma fromMark Eichin1-0/+6
symbol value, since bfd symbols are section relative, but ELF symbols aren't. for previous change.
1993-06-08 * cpu-i960.c, cpu-h8300.c (compatible): Make static.Steve Chamberlain1-0/+5
1993-06-08new stuff for Sony NewsJim Kingdon1-0/+4
1993-06-08new fileJim Kingdon1-0/+12
1993-06-08 * bfd-in2.h, archures.c (bfd_mach_h8300[h]): new defines.Steve Chamberlain2-337/+178
* coff-h8300.c: More addressing modes. * coffcode.h (coff_set_arch_mach_hook): Cope with H8300 magic number. * cpu-h8300.c: Removed disassemble stuff. (h8300_scan): Recognise H8/300H name. (compatible): New function. * reloc16.c (bfd_coff_reloc16_get_relocated_sec): Cope with more addressing modes.
1993-06-08 * coff-mips.c (ecoff_compute_section_file_positions,Ian Lance Taylor1-0/+16
ecoff_write_object_contents): Only round to page boundaries if D_PAGED flag is set for the output BFD.
1993-06-04include right headersSteve Chamberlain1-5/+1
1993-06-04 * coffcode.h (get_index, coff_slurp_symbol_table): Fix pointerSteve Chamberlain1-0/+8
casts to work on machine where sizeof(long) != sizeof(int) != sizeof(char *). * coffgen.c (coff_get_normalized_symtab): Ditto. * cpu-h8300.c coff-h8300.c: Support for H8/300-H.
1993-06-04Patch from minyard@bnr.ca: For empty symbol table, write out number "4" inKen Raeburn1-19/+25
correct byte order.
1993-06-04Remove comments about adding new news config stuff.Stu Grossman1-5/+0
1993-06-04Per bashed me on the head. I am now right thinking once again!Stu Grossman2-167/+0
1993-06-04 * Sony News config stuff from Jyrki Kuoppala <jkp@cs.hut.fi>.Stu Grossman3-0/+172
* hosts/news.h, config/news.mh: New configs for Sony News hosts.
1993-06-04 * configure.in (mips-*-ecoffl*): New target; use decstation.Ian Lance Taylor1-0/+3
(mips-*-ecoff*): Added trailing '*'.
1993-06-04 * coff-mips.c (ecoff_get_debug): Get the offset from the first PDRIan Lance Taylor1-0/+5
for the FDR, not from the first PDR in the file.
1993-06-04oops -- keep elf64.c tooKen Raeburn1-0/+1
1993-06-03 * hppa.c (hppa_get_symbol_info): New func needed for JUMP_TABLE.Stu Grossman2-0/+15
1993-06-03Define hppa_get_symbol_info. Missed it when updating for nm.David MacKenzie2-0/+13
1993-06-03today's changes; details from Utah on their changesKen Raeburn1-5/+26
1993-06-03eliminate most prototypes so ansidecl.h isn't needed before this file ↵Ken Raeburn1-32/+29
(incomplete)
1993-06-03updates from UtahKen Raeburn1-1340/+2541
1993-06-03go32 needs math libraryDavid D. Zuhn1-0/+6
1993-06-02rest of utah changesKen Raeburn1-0/+6
1993-06-02eliminate use of obsolete EXFUNKen Raeburn1-2/+2
1993-06-02elfcode.hKen Raeburn5-277/+882
1993-06-02keep new filesKen Raeburn1-0/+2
1993-06-02new file for hppa linker supportKen Raeburn1-0/+49
1993-06-02 * Makefile.in (bfd.h): Move closer to headers - and after 'all'!Per Bothner2-61/+72
1993-06-01 * aoutx.h (translate_from_native_sym_flags): Don't setPer Bothner1-0/+9
BSF_DEBUGGING for constructor symbols, only BSF_CONSTRUCTOR. * aoutx.h (translate_to_native_sym_flags): Translate constructor symbols properly.
1993-05-30Add elfcode.h to list of things to keep.Fred Fish1-0/+1
1993-05-27 * aout-target.h (minimum_alignment): 8 byte alignment is right.Steve Chamberlain1-0/+5
(fix ld/2680)
1993-05-27first cut at new maybe-64bit-handling configurationKen Raeburn2-0/+24
1993-05-27added things-to-lose sectionsK. Richard Pixley3-0/+7
1993-05-25elf, cleanup changesKen Raeburn1-0/+36
1993-05-25(elf64.c): Add to list of sources.Ken Raeburn1-8/+24
(elf64.o): List dependencies; don't build by default. (elf32.o): Update dependencies. (archures.o, targets.o): Depend on Makefile, for MINIMIZE &c.
1993-05-25Updated for new macro, type, and structure names.Ken Raeburn3-76/+98
Cleaned up some namespace pollution; renamed elf vectors.
1993-05-25(COERCE64): Avoid out-of-range numbersKen Raeburn1-19/+41
1993-05-25begin reorganization to support 64-bit elfKen Raeburn1-0/+22
1993-05-24Add i386lynx.c.Stu Grossman1-0/+1
1993-05-22 * i386lynx.c: New module for Lynx variant of a.out.Stu Grossman1-0/+8
* Makefile.in (BFD_BACKENDS CFILES depends): Add i386lynx.c. * gen-aout.c: Get rid of defunct endian stuff, print out true pagesize. * targets.c (target_vector): Add i386lynx_vec.
1993-05-21ISC changesJim Kingdon1-0/+4
1993-05-21Move printing from bfd to nm.David MacKenzie1-0/+22
1993-05-21Move printing from bfd to nm and add POSIX and SysV formats.David MacKenzie3-2/+13