index
:
platform/upstream/binutils
accepted/tizen/generic
accepted/tizen/ivi/genivi
accepted/tizen/ivi/release
accepted/tizen/ivi/stable
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2014.q4_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0_ivi
accepted/tizen_4.0_base
accepted/tizen_5.0_base
accepted/tizen_5.5_base
accepted/tizen_5.5_base_mobile_hotfix
accepted/tizen_5.5_base_wearable_hotfix
accepted/tizen_6.0_base
accepted/tizen_6.0_base_tool
accepted/tizen_6.0_base_tool_hotfix
accepted/tizen_6.5_base
accepted/tizen_6.5_base_tool
accepted/tizen_7.0_base
accepted/tizen_7.0_base_hotfix
accepted/tizen_7.0_base_tool
accepted/tizen_7.0_base_tool_hotfix
accepted/tizen_8.0_base
accepted/tizen_9.0_base
accepted/tizen_base
accepted/tizen_base_riscv
accepted/tizen_base_tool
accepted/tizen_base_tool_dev
accepted/tizen_base_toolchain
accepted/tizen_base_x
accepted/tizen_base_x_asan
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel
develop
gold
pristine-tar
sandbox/akazmin/annobin_tizen_version
sandbox/akazmin/tizen6_watermarking
sandbox/cometzero/tizen
sandbox/denis13/LTO
sandbox/denis13/LTObu2.27
sandbox/denis13/ubsan
sandbox/dkson95/2.27
sandbox/dkson95/2.40
sandbox/dkson95/2.42
sandbox/dkson95/2.43
sandbox/dkson95/5.5_test
sandbox/dkson95/binutils-libs
sandbox/dkson95/gas
sandbox/dkson95/hardfp
sandbox/dkson95/libbacktrace
sandbox/dkson95/lto
sandbox/dkson95/relro
sandbox/dkson95/rpath
sandbox/empy/vsystt
sandbox/ipalachev/tizen
sandbox/jaehun77/hardfp
sandbox/jaehun77/linaro_binutils-2_25-2015_01-2
sandbox/kama0924/linaro_binutils-2_25-2015_01-2
sandbox/lstelmach/binutils-2.33-to-2.38-tizen
sandbox/lstelmach/binutils-2.33-to-2.38-tizenb
sandbox/lstelmach/binutils-2_39
sandbox/mkashkarov/annobin
sandbox/mkashkarov/armv7hl
sandbox/mkashkarov/armv7hl_support
sandbox/mkashkarov/gnu_properties
sandbox/mkashkarov/testresults
sandbox/nbozhenov/lto
sandbox/playchang/binutils-2_39
sandbox/sangminseo/asan-build
sandbox/v.orazov/enable_gdb1
sandbox/vbarinov/2.25
sandbox/vbarinov/binutils-libs
sandbox/vbarinov/failtest
sandbox/vbarinov/nolibs
sandbox/vbarinov/tizen
sandbox/vbarinov/x86_64-cross-i586
sandbox/y.yamshchiko/asan
test_2.24.90
tizen
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0_ivi
tizen_4.0_base
tizen_4.0_tv
tizen_5.0_base
tizen_5.5_base
tizen_5.5_base_mobile_hotfix
tizen_5.5_base_wearable_hotfix
tizen_5.5_tv
tizen_6.0_base
tizen_6.0_base_hotfix
tizen_6.5_base
tizen_7.0_base
tizen_7.0_base_hotfix
tizen_8.0_base
tizen_9.0_base
tizen_base
tizen_base_2.27
tizen_base_2.40
tizen_base_2.42
tizen_base_dev
tizen_base_old
tizen_ivi_genivi
tizen_ivi_release
toolchain_upgrade
upstream
upstream-2.25
upstream-2.27
upstream-2.33.1
upstream-2.40
Domain: System / Toolchain;
Dongkyun Son <dongkyun.s@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bfd
/
peXXigen.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-17
Applies a series of patches for PR 17512 and 17533 which fix invalid memory a...
Nick Clifton
1
-56
/
+164
2014-10-28
Fixes another couple of memory errors reading corrupt binaries. This time
Nick Clifton
1
-0
/
+9
2014-10-28
Import patches from the master branch which prevent seg-faults when parsing
Nick Clifton
1
-2
/
+27
2014-08-14
Fix for objdump segfault on broken PE executable
Alan Modra
1
-17
/
+20
2014-06-13
Make bfd.link_next field a union
Alan Modra
1
-1
/
+1
2014-06-03
This is to fix a further problem with merging resource sections. It turns
Nick Clifton
1
-2
/
+30
2014-05-16
This fixes a few issues with pe/coff build-ids that were discovered since the
Jon Turney
1
-3
/
+79
2014-04-28
This patch reworks the fix to avoid a compile time warning so that it will work
Nick Clifton
1
-9
/
+6
2014-04-25
This fixes a compile time warning which is being treated as an error. Older
Nick Clifton
1
-1
/
+9
2014-04-24
* peXXigen.c (rsrc_print_section): Fix compile time warning for
Nick Clifton
1
-2
/
+4
2014-04-24
Fix PE/COFF resource merging problems. There were two issues:
Nick Clifton
1
-77
/
+128
2014-04-22
Another fix for building on a 32-bit host.
Nick Clifton
1
-1
/
+1
2014-04-22
Fix build problem on 32-bit hosts with the recent patch for PR 16821.
Yuanhui Zhang
1
-1
/
+9
2014-04-11
PE32+ binaries that use addresses > 1^32 have a problem in that the linker
Nick Clifton
1
-0
/
+31
2014-04-08
Add support for generating and inserting build IDs into COFF binaries.
Jon TURNEY
1
-3
/
+215
2014-04-03
* peXXigen.c (pe_print_edata): Verify edt.name lies inside
Jon Turney
1
-10
/
+25
2014-03-19
Improve .rsrc section merging again. This time with an algorithm that
Nick Clifton
1
-65
/
+59
2014-03-19
Improve .rsrc section merging with better handling of the alignment adjustments
Nick Clifton
1
-10
/
+61
2014-03-05
Update copyright years
Alan Modra
1
-1
/
+1
2013-12-30
* peXXigen.c (rsrc_process_section): Use ptrdiff_t as the type for
Ilya Tocar
1
-2
/
+2
2013-12-19
* Fix indentation issue and reorganize last commit entry
Pierre Muller
1
-19
/
+20
2013-12-19
* peXXigen.c (u16_mbtouc): Avoid unused function warning by excluding if
Pierre Muller
1
-75
/
+114
2013-12-18
* peXXigen.c (rsrc_print_section): Use ptrdiff_t as the type for
Nick Clifton
1
-1
/
+1
2013-12-17
Rename index to indx
H.J. Lu
1
-8
/
+8
2013-12-17
* peXXigen.c: Include wchar.h if available.
Nick Clifton
1
-79
/
+1195
2013-12-03
* peXXigen.c (pe_print_resource_entries): New function: Displays
Nick Clifton
1
-0
/
+210
2013-11-22
* windres.c (define_resource): Use zero for timestamp, making
Cory Fields
1
-3
/
+5
2013-03-21
* coffgen.c (coff_real_object_p): Make global.
Kai Tietz
1
-1
/
+1
2013-01-10
Remove trailing white spaces in bfd
H.J. Lu
1
-1
/
+1
2012-10-18
ChangeLog bfd
Kai Tietz
1
-3
/
+0
2011-04-09
2011-04-09 Kai Tietz <ktietz@redhat.com>
Kai Tietz
1
-7
/
+15
2010-12-21
2010-12-21 Kai Tietz <kai.tietz@onevision.com>
Kai Tietz
1
-1
/
+3
2010-12-21
* peXXigen.c (_bfd_XXi_final_link_postscript): Use correct size
Pierre Muller
1
-1
/
+8
2010-09-22
2010-09-22 Kai Tietz <kai.tietz@onevision.com>
Kai Tietz
1
-0
/
+43
2010-09-14
2010-09-14 Kai Tietz <kai.tietz@onevision.com>
Kai Tietz
1
-0
/
+37
2010-09-06
* peXXigen.c: Whitespace.
Alan Modra
1
-58
/
+48
2010-06-27
fix set but unused variable warnings
Alan Modra
1
-0
/
+4
2010-04-09
bfd/ChangeLog
Nick Clifton
1
-3
/
+1
2010-03-18
Don't add IMAGE_FILE_RELOCS_STRIPPED for PIE.
H.J. Lu
1
-1
/
+10
2009-12-11
Add -Wshadow to the gcc command line options used when compiling the binutils.
Nick Clifton
1
-3
/
+3
2009-10-27
2009-10-27 Kai Tietz <kai.tietz@onevision.com>
Kai Tietz
1
-1
/
+3
2009-09-09
Updated soruces in bfd/* to compile cleanly with -Wc++-compat.
Nick Clifton
1
-5
/
+5
2009-09-05
* bfd/coff-arm.c (coff_arm_relocate_section)
Nick Clifton
1
-6
/
+8
2009-05-21
* coffgen.c (coff_print_symbol): Use bfd_fprintf_vma, not
Dave Korn
1
-25
/
+25
2009-04-27
bfd/
H.J. Lu
1
-1
/
+1
2009-04-23
2009-04-23 Matthias Klose <doko@ubuntu.com>
Dave Korn
1
-1
/
+1
2009-04-21
2009-04-21 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu
1
-11
/
+0
2009-04-21
bfd/ChangeLog
Dave Korn
1
-81
/
+0
2009-04-20
2009-04-19 Peter O'Gorman <binutils@mlists.thewrittenword.com>
Alan Modra
1
-13
/
+21
2009-04-17
bfd/
H.J. Lu
1
-3
/
+4
[next]