index
:
ppe42-binutils
binutils-2_24-ppe42
GNU Binutils for the PPE42
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bfd
/
ieee.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch sources over to use the GPL version 3
Nick Clifton
2007-07-03
1
-2
/
+4
*
bfd/
Alan Modra
2007-04-26
1
-1
/
+1
*
* ecoff.c (_bfd_ecoff_write_armap): Initialise rehash.
Nick Clifton
2007-04-21
1
-3
/
+3
*
* aout-adobe.c (aout_32_bfd_reloc_name_lookup): Define.
Alan Modra
2007-03-26
1
-1
/
+2
*
* bfd-in.h (STRING_AND_COMMA): New macro. Takes one constant string as its
Nick Clifton
2006-09-16
1
-2
/
+2
*
bfd/
Alan Modra
2006-06-19
1
-1
/
+1
*
* stabs.c (_bfd_link_section_stabs): Use bfd_make_section*_with_flags
Alan Modra
2006-06-01
1
-3
/
+3
*
bfd/
Alan Modra
2006-05-03
1
-3
/
+6
*
bfd:
Nathan Sidwell
2006-03-06
1
-12
/
+12
*
* bfd/archures.c (bfd_mach_mcf5200, bfd_mach_mcf5206e,
Nathan Sidwell
2006-02-07
1
-6
/
+17
*
bfd/
Daniel Jacobowitz
2005-10-06
1
-2
/
+3
*
Remove a29k support.
Alan Modra
2005-08-18
1
-5
/
+0
*
Approved by nickc@redhat.com
Fred Fish
2005-05-23
1
-0
/
+9
*
Update the address and phone number of the FSF organization in the GPL notices
Nick Clifton
2005-05-04
1
-1
/
+1
*
Update the FSF address in the copyright/GPL notice
Nick Clifton
2005-05-04
1
-1
/
+1
*
Convert to ISO C90 formatting
Nick Clifton
2005-04-11
1
-16
/
+15
*
Oops - fix typos and finish of ISO-C90'fication of ieee.c
Nick Clifton
2005-03-22
1
-367
/
+346
*
Convert to ISO C90 formatting.
Nick Clifton
2005-03-22
1
-397
/
+195
*
update copyright dates
Alan Modra
2005-03-03
1
-1
/
+1
*
* aout-arm.c, aout-target.h, aoutx.h, archive.c, armnetbsd.c,
Ben Elliston
2005-01-31
1
-75
/
+0
*
Implement a new BFD API function: bfd_is_target_special_symbol. Use this in nm
Nick Clifton
2004-10-08
1
-0
/
+2
*
bfd/
Alan Modra
2004-08-13
1
-7
/
+5
*
bfd/
H.J. Lu
2004-07-21
1
-0
/
+2
*
bfd/
Alan Modra
2004-06-24
1
-22
/
+22
*
* section.c (bfd_make_section_anyway): Add all sections to hash tab.
Alan Modra
2004-04-30
1
-1
/
+2
*
* ChangeLog: Fix typos.
Kazu Hirata
2003-11-30
1
-2
/
+2
*
* aout-adobe.c (aout_adobe_set_section_contents): Constify location.
Alan Modra
2003-11-04
1
-2
/
+2
*
Add ColfFire v4 support
Nick Clifton
2003-10-21
1
-0
/
+1
*
Index: doc/ChangeLog
Andrew Cagney
2003-10-16
1
-6
/
+7
*
Correct spelling of "relocatable".
Alan Modra
2003-06-25
1
-1
/
+1
*
(ieee_write_expression): Handle the case where symbol is NULL.
Nick Clifton
2003-03-14
1
-281
/
+249
*
bfd
Alan Modra
2003-02-04
1
-7
/
+6
*
s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify
Alan Modra
2002-11-30
1
-294
/
+353
*
* aoutx.h (some_aout_object_p): Clean up tdata properly on error.
Alan Modra
2002-07-30
1
-5
/
+5
*
* aout-adobe.c: Don't compare against "true" or "false.
Alan Modra
2002-06-25
1
-14
/
+14
*
Replace bfd_alloc/bfd_malloc + memset with bfd_zalloc/bfd_zmalloc
Alan Modra
2002-06-07
1
-2
/
+1
*
* bfd-in.h: Remove "taken from the source" comment.
Alan Modra
2002-06-05
1
-0
/
+1
*
Fix ld --just-symbols
Alan Modra
2002-05-15
1
-0
/
+1
*
2002-04-04 Daniel Jacobowitz <drow@mvista.com>
Daniel Jacobowitz
2002-04-04
1
-0
/
+2
*
Fixes for better translation into other languages
Nick Clifton
2002-01-30
1
-14
/
+14
*
* bfd.c (bfd_archive_filename): New function.
Alan Modra
2001-09-20
1
-3
/
+3
*
Locale changes from Bruno Haible <haible@clisp.cons.org>.
H.J. Lu
2001-09-19
1
-8
/
+7
*
Touches most files in bfd/, so likely will be blamed for everything..
Alan Modra
2001-09-18
1
-119
/
+118
*
2001-08-23 H.J. Lu <hjl@gnu.org>
H.J. Lu
2001-08-23
1
-3
/
+3
*
* libieee.h (common_header_type): Add last_byte field.
Alan Modra
2001-08-15
1
-106
/
+217
*
* merge.c (struct sec_merge_hash_entry): Add u.entsize and u.suffix
Jakub Jelinek
2001-05-11
1
-0
/
+1
*
Update copyright notices
Nick Clifton
2001-03-08
1
-1
/
+2
*
Rest of the changes for Coldfire V4.
Nick Clifton
2001-03-06
1
-1
/
+5
*
Plug one of many possible memory leaks in error handling.
Nick Clifton
2000-10-25
1
-29
/
+24
*
Fix my last change to actually compile.
Alan Modra
2000-10-10
1
-1
/
+1
[next]