GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/binutils-gdb.git
gentoo/binutils-2.29.1
gentoo/binutils-2.30
gentoo/binutils-2.31
gentoo/binutils-2.31.1
gentoo/binutils-2.32
gentoo/binutils-2.33.1
gentoo/binutils-2.34
gentoo/binutils-2.35
gentoo/binutils-2.35.1
gentoo/binutils-2.35.2
gentoo/binutils-2.36
gentoo/binutils-2.36.1
gentoo/binutils-2.37
gentoo/binutils-2.38
gentoo/binutils-2.39
gentoo/binutils-2.40
gentoo/binutils-2.41
gentoo/binutils-2.42
gentoo/binutils-2.43
gentoo/dilfridge/test-libctf
master
Gentoo vendor branches of the binutils / gdb code
Gentoo toolchain team <toolchain@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bfd
/
ihex.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use %A and %B in more error messages
Alan Modra
2017-04-13
1
-2
/
+2
*
Update year range in copyright notice of all files.
Alan Modra
2017-01-02
1
-1
/
+1
*
Add c-format tags to translatable strings with more than one argument-using f...
Nick Clifton
2016-10-19
1
-0
/
+8
*
Remove syntactic sugar
Alan Modra
2016-09-30
1
-10
/
+10
*
Add support for non-ELF targets to check their relocs.
Nick Clifton
2016-04-21
1
-2
/
+2
*
Copyright update for binutils
Alan Modra
2016-01-01
1
-1
/
+1
*
Fix stack buffer overflows when parsing corrupt ihex files.
Yuriy M. Kaminskiy
2015-08-04
1
-3
/
+3
*
ChangeLog rotatation and copyright year update
Alan Modra
2015-01-02
1
-1
/
+1
*
Use get_symbol_version_string in BFD_JUMP_TABLE_SYMBOLS
H.J. Lu
2014-11-25
1
-0
/
+1
*
Fixes a seg-fault in the ihex parser when it encounters a malformed ihex file.
Nick Clifton
2014-10-30
1
-1
/
+1
*
Define bfd_find_line entry of BFD_JUMP_TABLE_SYMBOLS using NAME.
Alan Modra
2014-10-15
1
-0
/
+1
*
Don't call bfd_link_hash_table_free
Alan Modra
2014-06-13
1
-1
/
+0
*
Update copyright years
Alan Modra
2014-03-05
1
-2
/
+1
*
include/ChangeLog
Catherine Moore
2011-07-11
1
-0
/
+1
*
* targets.c (bfd_target): Make ar_max_namelen an unsigned char.
Alan Modra
2011-06-06
1
-1
/
+2
*
2009-11-23 Paul Brook <paul@codesourcery.com>
Paul Brook
2009-11-23
1
-0
/
+2
*
Updated soruces in bfd/* to compile cleanly with -Wc++-compat.
Nick Clifton
2009-09-09
1
-7
/
+8
*
update copyright dates
Alan Modra
2009-09-02
1
-1
/
+1
*
bfd/
Richard Sandiford
2009-04-16
1
-0
/
+1
*
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
*
* libbfd-in.h (_bfd_norelocs_get_reloc_upper_bound): Don't define,
Alan Modra
2007-02-15
1
-5
/
+2
*
bfd/
Alan Modra
2006-06-19
1
-1
/
+2
*
* stabs.c (_bfd_link_section_stabs): Use bfd_make_section*_with_flags
Alan Modra
2006-06-01
1
-4
/
+5
*
* coff-or32.c (bfd_section_from_shdr): Remove unused local
Ben Elliston
2006-05-04
1
-2
/
+0
*
Approved by nickc@redhat.com
Fred Fish
2005-05-23
1
-0
/
+1
*
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
-141
/
+83
*
Implement a new BFD API function: bfd_is_target_special_symbol. Use this in nm
Nick Clifton
2004-10-08
1
-0
/
+1
*
bfd/
Alan Modra
2004-08-13
1
-18
/
+16
*
bfd/
H.J. Lu
2004-07-21
1
-0
/
+2
*
bfd/
Alan Modra
2004-06-24
1
-6
/
+6
*
* section.c (bfd_make_section_anyway): Add all sections to hash tab.
Alan Modra
2004-04-30
1
-1
/
+2
*
* coff-rs6000.c: Remove ARGSUSED and VARARGS.
Kazu Hirata
2003-12-01
1
-1
/
+0
*
* aout-adobe.c (aout_adobe_set_section_contents): Constify location.
Alan Modra
2003-11-04
1
-3
/
+3
*
Index: doc/ChangeLog
Andrew Cagney
2003-10-16
1
-1
/
+1
*
s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify
Alan Modra
2002-11-30
1
-59
/
+68
*
* aoutx.h (some_aout_object_p): Clean up tdata properly on error.
Alan Modra
2002-07-30
1
-14
/
+17
*
* 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
*
Fix test for records crossing a 64K boundary
Nick Clifton
2002-04-16
1
-21
/
+18
*
2002-04-04 Daniel Jacobowitz <drow@mvista.com>
Daniel Jacobowitz
2002-04-04
1
-0
/
+1
*
Do not allow records to cross a 64K boundary - wrap if necessary.
Nick Clifton
2002-04-02
1
-0
/
+5
*
Fixes for better translation into other languages
Nick Clifton
2002-01-30
1
-1
/
+1
*
* syms.c (_bfd_generic_make_empty_symbol): New function.
Alan Modra
2002-01-06
1
-17
/
+2
*
* bfd.c (bfd_archive_filename): New function.
Alan Modra
2001-09-20
1
-9
/
+9
*
Locale changes from Bruno Haible <haible@clisp.cons.org>.
H.J. Lu
2001-09-19
1
-3
/
+2
*
Touches most files in bfd/, so likely will be blamed for everything..
Alan Modra
2001-09-18
1
-32
/
+39
*
* merge.c (struct sec_merge_hash_entry): Add u.entsize and u.suffix
Jakub Jelinek
2001-05-11
1
-0
/
+1
[next]