aboutsummaryrefslogtreecommitdiff
path: root/bfd/ieee.c
AgeCommit message (Expand)AuthorFilesLines
1997-01-31 * ieee.c (ieee_slurp_section_data): Pick up the start address.Ian Lance Taylor1-13/+66
1996-03-22Fri Mar 22 11:33:44 1996 Martin Anantharaman <martin@goofy.imech.uni-duisbu...Ian Lance Taylor1-82/+259
1996-01-08 * ieee.c (ieee_write_debug_part): Change return type to boolean.Ian Lance Taylor1-49/+34
1996-01-04 * ieee.c (ieee_slurp_debug): New static function.Ian Lance Taylor1-6/+52
1995-12-14 * ieee.c: Lots of minor cleanups. Make many functions returnIan Lance Taylor1-321/+457
1995-12-01 * libbfd.c (bfd_malloc, bfd_realloc): New functions.Ian Lance Taylor1-4/+1
1995-11-29 * opncls.c (bfd_alloc_by_size_t): Set bfd_error_no_memory ifIan Lance Taylor1-45/+15
1995-09-19 * targets.c (bfd_target): Remove unused align_power_min field.Ian Lance Taylor1-1/+0
1995-09-12 Extensive minor changes to avoid various gcc warnings. Also:Ian Lance Taylor1-4/+5
1995-07-13 * targets.c (bfd_target): Add fields _read_minisymbols andIan Lance Taylor1-18/+27
1994-06-20 * Many files: change all bfd_target vectors to be const. ChangeIan Lance Taylor1-12/+14
1994-04-07 * All backends: Added BFD_JUMP_TABLE_DYNAMIC to target vector.Ian Lance Taylor1-0/+1
1994-04-06 * targets.c (bfd_target): Rearranged fields in target vector.Ian Lance Taylor1-21/+33
1994-04-04 Made sure that every call to bfd_read, bfd_write, and bfd_seekIan Lance Taylor1-24/+62
1994-04-01 * targets.c (bfd_target): Add _bfd_free_cached_info field.Ian Lance Taylor1-0/+1
1994-03-30Wed Mar 30 16:25:41 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)Ian Lance Taylor1-13/+28
1994-03-15 * Most files:David MacKenzie1-204/+204
1994-02-12 Make all callers of malloc or realloc (including via obstacks)David MacKenzie1-2073/+2396
1994-02-05 * libbfd.c (bfd_zmalloc): Call bfd_xmalloc instead of malloc.David MacKenzie1-1/+1
1994-01-25 * opncls.c (_bfd_new_bfd, _bfd_new_bfd_contained_in): AddDavid MacKenzie1-3/+5
1993-10-28 gcc -Wall lint:Ian Lance Taylor1-15/+15
1993-07-06Stricter prototyping, to force type conversions between 64-bit target andKen Raeburn1-10/+26
1993-04-15Fix minor merge botch in prev change.John Gilmore1-1/+1
1993-04-15* ieee.c (ieee_slurp_sections): Pass all ieee section namesJohn Gilmore1-50/+45
1993-02-23 * Minor cleanups provoked by gcc warnings:Ian Lance Taylor1-1/+0
1993-02-23 * bfd-in.h (JUMP_TABLE): Added bfd_reloc_type_lookup andIan Lance Taylor1-8/+21
1992-10-29,Wed Oct 28 16:11:57 1992 Steve Chamberlain (sac@thepub.cygnus.com)Steve Chamberlain1-31/+50
1992-10-15* aout-adobe.c, aoutf1.h, archive.c, bout.c, coff-rs6000.c,John Gilmore1-14/+6
1992-10-08Some of these are guesses, if you know different, just yell.Steve Chamberlain1-34/+32
1992-08-24 * coffcode.h (coff_add_missing_symbols): if symbols don't comeSteve Chamberlain1-20/+38
1992-05-02 * targets.c, Makefile.in: comment out tekhex for the moment.Steve Chamberlain1-93/+107
1992-01-24Uses the new small reloc type now.Steve Chamberlain1-161/+177
1991-12-12 * makefile.dos, configdj.bat: New files from DJSteve Chamberlain1-6/+8
1991-10-28Sun Oct 27 16:56:58 1991 Steve Chamberlain (steve at cygnus.com)Steve Chamberlain1-8/+8
1991-10-05Fri Oct 4 17:38:03 1991 Steve Chamberlain (steve at cygnus.com)Steve Chamberlain1-371/+669
1991-07-06Use set_tdata to set the ieee tdata field, avoiding casting left ofJohn Gilmore1-2/+2
1991-07-04Now full of documentation. Yum Yum.Steve Chamberlain1-305/+1069
1991-05-29Merge in changes from gdb-3.95 release into mainstream of BFD development.John Gilmore1-2/+2
1991-05-21*** empty log message ***Steve Chamberlain1-17/+18
1991-05-11Cleanups of interface, including close_and_cleanup and write_contentsJohn Gilmore1-30/+12
1991-05-09 * ieee.c: Cast enums to int before comparing them, for brain-John Gilmore1-16/+7
1991-05-09Thu May 9 11:00:45 1991 Steve Chamberlain (steve at cygint.cygnus.com)Steve Chamberlain1-160/+198
1991-05-08Various portability lints.Steve Chamberlain1-491/+412
1991-05-02Make it compile on DEC 3100.John Gilmore1-11/+21
1991-04-25Minor changes to accomodate merging of three include file directories.John Gilmore1-2/+2
1991-04-24Changed the shape of the howto type yet again.Steve Chamberlain1-2/+2
1991-04-23*** empty log message ***Steve Chamberlain1-2/+9
1991-04-23*** empty log message ***Steve Chamberlain1-40/+16
1991-04-18Killed a few warnings.K. Richard Pixley1-5/+5
1991-04-17StuffSteve Chamberlain1-349/+391