aboutsummaryrefslogtreecommitdiff
path: root/bfd/oasys.c
AgeCommit message (Collapse)AuthorFilesLines
1993-10-28 gcc -Wall lint:Ian Lance Taylor1-82/+82
* coff-h8300.c (h8300_reloc16_estimate): Declare return type. Remove useless statement probably left by code copy. * cpu-i960.c (compatible): Fully bracket matrix initializer. * elf32-hppa.c (hppa_elf_build_arg_reloc_stub): Use bfd_xmalloc rather than xmalloc. Use realloc and check the return value rather than xrealloc. (hppa_elf_get_section_contents): Add some casts. * elf32-i386.c (elf_i386_reloc_type_lookup): Remove unused variable. Add default case to switch. * hp300hpux.c: Declare aout_32_write_syms. * i386bsd.c, i386linux.c, netbsd386.c (N_SHARED_LIB): Define as 0 (definition from aout/aout64.h is always 0 anyhow). * i386lynx.c (swap_std_reloc_in): Remove unused variable. * ieee.c (ieee_write_id): length can never be negative. (read_id): Likewise. (ieee_archive_p): Remove unused variable. * libcoff-in.h (bfd_perform_slip): Declare. * libcoff.h: Rebuilt. * oasys.c (oasys_write_sections): Remove zero initialization of static structure. * reloc16.c: Indentation change.
1993-02-23 * bfd-in.h (JUMP_TABLE): Added bfd_reloc_type_lookup andIan Lance Taylor1-2/+7
bfd_make_debug_symbol; they were already in the target structure. * Adjusted all uses of JUMP_TABLE. * coffgen.c, libcoff-in.h (coff_bfd_make_debug_symbol): Renamed from coff_make_debug_symbol. * libcoff.h: Updated accordingly.
1993-02-16* oasys.c (oasys_write_object_contents): Lint.John Gilmore1-5/+7
* srec.c: Whitespace cleanup.
1992-10-15* aout-adobe.c, aoutf1.h, archive.c, bout.c, coff-rs6000.c,John Gilmore1-1/+1
coffcode.h, elf.c, ieee.c, libaout.h, libbfd.c, oasys.c, sco-core.c: Lint: Second argument of bfd_seek is always file_ptr. Third argument is SEEK_SET or SEEK_CUR. Result is always 0 or -1.
1992-10-08Some of these are guesses, if you know different, just yell.Steve Chamberlain1-20/+42
Thu Oct 8 08:52:48 1992 Steve Chamberlain (sac@thepub.cygnus.com) Now a bfd knows whether underscores are normally prepended to symbols in its file format. Helps with error messages. * aout-adobe.c, aout-target.h, bout.c, coff-a29k.c, coff-h8300.c, coff-z8k.c: targets set so they have leading underscore * coff-i386.c, coff-i960.c, coff-m68k.c, coff-mips.c, coff-m88k.c, coff-rs6000.c, coff-we32k.c, elf.c, ieee.c, srec.c: targets set without leading underscore flag * targets.c: add symbol leading char to xvec description * bfd-in.h (bfd_get_symbol_leading_char): new macro.
1992-01-24Uses the new small reloc type now.Steve Chamberlain1-59/+65
Currently self hosts on sun4 and sun3
1991-09-26Lint (saber actually).John Gilmore1-4/+4
1991-09-17Put back definition of offsetof. Only define it if it's not defined on thisStu Grossman1-0/+5
system.
1991-09-16Remove o_offsetof BS. Use local def if available.Stu Grossman1-7/+7
1991-08-31Merge in irix support.Stu Grossman1-6/+8
1991-08-17DocumentationSteve Chamberlain1-44/+43
1991-07-04Now full of documentation. Yum Yum.Steve Chamberlain1-276/+360
1991-06-07*** empty log message ***Steve Chamberlain1-9/+21
1991-05-29Merge in changes from gdb-3.95 release into mainstream of BFD development.John Gilmore1-1/+1
Support defaulted (search all) targets and specific (only check one) targets.
1991-05-21*** empty log message ***Steve Chamberlain1-1/+1
1991-05-21*** empty log message ***Steve Chamberlain1-54/+54
1991-05-11*** empty log message ***Steve Chamberlain1-42/+46
1991-05-11Cleanups of interface, including close_and_cleanup and write_contentsJohn Gilmore1-36/+16
transfer vector changes. See ChangeLog.
1991-05-08Various portability lints.Steve Chamberlain1-25/+26
Fixed reloc bug in ieee and oasys.
1991-05-07Fixed problem where pc relative stuff was not being translatedSteve Chamberlain1-7/+41
properly. Oasys keeps no -ve pc in the disp of a branch, so we fake it.
1991-05-03(osys_read_record): If record->header.lenth <= sizeof (record->header),Jim Kingdon1-0/+2
then return rather than passing a negative (or zero) nelts to bfd_read.
1991-05-02Minor cleanup to make it compile on DECstation.John Gilmore1-18/+24
1991-04-24Changed the shape of the howto type yet again.Steve Chamberlain1-5/+4
Now m88kbcs support can self host.
1991-04-23*** empty log message ***Steve Chamberlain1-1/+6
1991-04-23*** empty log message ***Steve Chamberlain1-69/+33
1991-04-18Killed a few warnings.K. Richard Pixley1-3/+3
1991-04-17StuffSteve Chamberlain1-3/+3
1991-04-17Lots of fixes to make it workSteve Chamberlain1-315/+516
1991-04-08*** empty log message ***Steve Chamberlain1-91/+130
1991-04-04Fixed bug where abs symbols wern't being placed into the right bit ofSteve Chamberlain1-1/+0
the symbol table.
1991-04-04*** empty log message ***Steve Chamberlain1-1/+2
1991-04-04Initial revisionDavid Henkel-Wallace1-0/+985