[Bug ld/757] Linker fails to set correct alignment for common symbol

2005-02-22 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-02-22 21:00 --- Created an attachment (id=419) --> (http://sources.redhat.com/bugzilla/attachment.cgi?id=419&action=view) A testcase [EMAIL PROTECTED] common2]$ make LD=ld gcc -O -g -c main.c gcc -O -g -fPIC -c foo.c ld -sh

[Bug ld/757] New: Linker fails to set correct alignment for common symbol

2005-02-22 Thread hjl at lucon dot org
: normal Priority: P2 Component: ld AssignedTo: unassigned at sources dot redhat dot com ReportedBy: hjl at lucon dot org CC: bug-binutils at gnu dot org http://sources.redhat.com/bugzilla/show_bug.cgi?id=757 --- You are receiving this mail

[Bug ld/584] Invalid relocation to protected symbol

2005-02-22 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-02-22 23:52 --- Fixed by http://sourceware.org/ml/binutils-cvs/2005-02/msg00011.html -- What|Removed |Added

[Bug ld/757] Linker fails to set correct alignment for common symbol

2005-02-28 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-02-28 17:27 --- Fixed by http://sourceware.org/ml/binutils/2005-02/msg00521.html -- What|Removed |Added

[Bug ld/679] ld failed to support protected data symbols

2005-03-02 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-03-02 18:35 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug binutils/635] readelf doesn't dump .debug_ranges section correctly for 64bit target

2005-03-02 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-03-02 18:33 --- Really fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug ld/797] New: Alignment in empty section changes the output layout

2005-03-22 Thread hjl at lucon dot org
: unspecified Status: NEW Severity: normal Priority: P2 Component: ld AssignedTo: unassigned at sources dot redhat dot com ReportedBy: hjl at lucon dot org CC: bug-binutils at gnu dot org GCC target triplet: i686-pc-linux-gnu

[Bug ld/797] Alignment in empty section changes the output layout

2005-03-22 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-03-22 17:28 --- Created an attachment (id=441) --> (http://sources.redhat.com/bugzilla/attachment.cgi?id=441&action=view) A testcase [EMAIL PROTECTED] empty-4]$ make as -o foo.o foo.s ./ld -shared -o normal.so -T normal.

[Bug gas/803] gas should avoid F-unit NOPs (and B-unit probably, too)

2005-03-24 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-03-25 00:37 --- Jim, is the proposed patch OK? -- What|Removed |Added CC

[Bug gas/803] gas should avoid F-unit NOPs (and B-unit probably, too)

2005-03-24 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-03-25 02:22 --- Can we modify the patch to have it a switch to turn it on/off and make it on by default? Then, we can just turn it off in the existing testcases and add a new one for this. -- http://sources.redhat.com/bugzilla

[Bug gas/803] gas should avoid F-unit NOPs (and B-unit probably, too)

2005-03-25 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-03-25 17:18 --- With the patch applied, I got ./build-ia64-linux/gas/testsuite/gas.log:FAIL: ia64 opc-b ./build-ia64-linux/gas/testsuite/gas.log:FAIL: ia64 opc-f ./build-ia64-linux/gas/testsuite/gas.log:FAIL: ia64 opc-i ./build-ia64

[Bug gas/803] gas should avoid F-unit NOPs (and B-unit probably, too)

2005-03-28 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-03-28 21:03 --- Created an attachment (id=447) --> (http://sources.redhat.com/bugzilla/attachment.cgi?id=447&action=view) A patch to tune for itanium1 and itanium2 This patch adds "-mtune=[itanium1|itanium2]". I

[Bug gas/803] gas should avoid F-unit NOPs (and B-unit probably, too)

2005-03-28 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-03-28 21:48 --- Created an attachment (id=448) --> (http://sources.redhat.com/bugzilla/attachment.cgi?id=448&action=view) An updated patch This is an updated patch. I documented the change and modified extra_g

[Bug ld/846] New: MIPS/ELF doesn't set DT_MIPS_UNREFEXTNO correctly

2005-04-13 Thread hjl at lucon dot org
ormal Priority: P2 Component: ld AssignedTo: unassigned at sources dot redhat dot com ReportedBy: hjl at lucon dot org CC: bug-binutils at gnu dot org GCC target triplet: mips-linux http://sources.redhat.com/bugzilla/show_bug.cgi?id=846 --- Yo

[Bug binutils/855] objcopy creates invalid object

2005-04-16 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-04-16 21:44 --- It is very hard to read when the whole bug report is in one line. Please re-file it. -- What|Removed |Added

[Bug binutils/855] objcopy creates invalid object

2005-04-16 Thread hjl at lucon dot org
-- What|Removed |Added AssignedTo|unassigned at sources dot |hjl at lucon dot org |redhat dot com | http://sources.redhat.com/bugzilla

[Bug gas/857] New: Gas doesn't warn ".set x, y" when "y' is undefined

2005-04-17 Thread hjl at lucon dot org
ils Version: unspecified Status: NEW Severity: normal Priority: P2 Component: gas AssignedTo: unassigned at sources dot redhat dot com ReportedBy: hjl at lucon dot org CC: bug-binutils at gnu dot org http://sources.redhat.com/bugzil

[Bug ld/858] New: Linker should abort when there is reference to discarded section

2005-04-17 Thread hjl at lucon dot org
ReportedBy: hjl at lucon dot org CC: bug-binutils at gnu dot org http://sources.redhat.com/bugzilla/show_bug.cgi?id=858 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is

[Bug binutils/855] objcopy creates invalid object

2005-04-18 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-04-18 17:10 --- Patches: http://sourceware.org/ml/binutils/2005-04/msg00452.html http://sourceware.org/ml/binutils/2005-04/msg00453.html have been checked in. Another patch: http://sourceware.org/ml/binutils/2005-04/msg00456.html

[Bug gas/857] Gas doesn't warn ".set x,y" when "y' is undefined

2005-04-19 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-04-19 15:57 --- If `y' is undefined, ".set x,y" only works correctly when `x' is global. When 'x' is local, ".set x,y" can't work right. --

[Bug gas/857] Gas doesn't warn ".set x,y" when "y' is undefined

2005-04-19 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-04-19 17:21 --- Created an attachment (id=460) --> (http://sources.redhat.com/bugzilla/attachment.cgi?id=460&action=view) A testcase [EMAIL PROTECTED] set-3]$ make cc -DGOOD -shared -fPIC -o libx.so s1.c s2.c cc -o x m.c

[Bug binutils/855] objcopy creates invalid object

2005-04-20 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-04-20 17:27 --- Fixed now. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug ld/858] Linker should abort when there is reference to discarded section

2005-04-22 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-04-22 15:15 --- I need to figure out a way to pass tests in ld-discard, which expect normal return from ld. -- http://sources.redhat.com/bugzilla/show_bug.cgi?id=858 --- You are receiving this mail because: --- You are

[Bug ld/858] Linker should abort when there is reference to discarded section

2005-04-22 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-04-22 20:07 --- A patch is posted at http://sourceware.org/ml/binutils/2005-04/msg00638.html -- http://sources.redhat.com/bugzilla/show_bug.cgi?id=858 --- You are receiving this mail because: --- You are on the CC list

[Bug ld/858] Linker should abort when there is reference to discarded section

2005-04-25 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-04-25 19:31 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug ld/882] Version script doesn't work on executable

2005-04-27 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-04-27 17:49 --- Created an attachment (id=467) --> (http://sources.redhat.com/bugzilla/attachment.cgi?id=467&action=view) A testcase [EMAIL PROTECTED] version23]$ make CC=gcc gcc-c -o main.o main.c gcc -fPIC -c -o foo.

[Bug ld/882] New: Version script doesn't work on executable

2005-04-27 Thread hjl at lucon dot org
ponent: ld AssignedTo: unassigned at sources dot redhat dot com ReportedBy: hjl at lucon dot org CC: bug-binutils at gnu dot org http://sources.redhat.com/bugzilla/show_bug.cgi?id=882 --- You are receiving this mail because: --- You are on the CC list for the b

[Bug ld/883] New: Linker creates unnecessary R_IA64_FPTR64LSB relocations

2005-04-27 Thread hjl at lucon dot org
ormal Priority: P2 Component: ld AssignedTo: unassigned at sources dot redhat dot com ReportedBy: hjl at lucon dot org CC: bug-binutils at gnu dot org GCC build triplet: ia64-unknown-linux-gnu GCC host triplet: ia64-unknown-linux-gnu GCC t

[Bug ld/883] Linker creates unnecessary R_IA64_FPTR64LSB relocations

2005-04-27 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-04-27 23:11 --- Created an attachment (id=468) --> (http://sources.redhat.com/bugzilla/attachment.cgi?id=468&action=view) A testcase [EMAIL PROTECTED] 299]$ make tar tar cfz bug.tar.gz Makefile *.c [EMAIL PROTECTED] 299]$

[Bug gas/857] Gas doesn't warn ".set x,y" when "y' is undefined

2005-05-01 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-04-29 18:01 --- Fixed by http://sourceware.org/ml/binutils/2005-04/msg00686.html -- What|Removed |Added

[Bug ld/882] Version script doesn't work on executable

2005-05-05 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-05-05 17:44 --- Fixed with: http://sourceware.org/ml/binutils/2005-04/msg00822.html -- What|Removed |Added

[Bug binutils/699] bfd assertion fail in libbfd.c 1132

2005-05-06 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-05-06 16:03 --- Please update binutils. 2.12.90.15 is way too old. -- What|Removed |Added Status|NEW

[Bug ld/932] hidden symbol `__gcov_execvp' in /usr/lib64/gcc/powerpc64-suse-linux/4.0.1/libgcov.a(_gcov_execvp.o) is referenced by DSO

2005-05-06 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-05-06 15:46 --- Please find out which DSO references __gcov_execvp and why. -- What|Removed |Added CC

[Bug gas/886] gas/mmix/relax2 fails

2005-05-06 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-05-06 15:51 --- Has it been fixed? -- http://sources.redhat.com/bugzilla/show_bug.cgi?id=886 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is

[Bug ld/885] Missing adjustment to the ld-mmix testsuite

2005-05-06 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-05-06 15:54 --- Has this been fixed? -- http://sources.redhat.com/bugzilla/show_bug.cgi?id=885 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is

[Bug ld/830] GNU ld 2.15 dumps core during gcc 4.0-pre bootstrap

2005-05-06 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-05-06 16:00 --- Binutils 2.16 has been released. Nothing will be done for 2.15. -- What|Removed |Added

[Bug ld/568] typeinfo for MYTYPE referenced in section FOO of myfile.o: defined in discarded section BAR of foo2.o

2005-05-06 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-05-06 16:19 --- Are they related? http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21070 We do need a testcase. -- What|Removed |Added

[Bug ld/180] missing dynamic relocation record - version script related

2005-05-06 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-05-06 16:06 --- I closed after almost a year. Please reopen it with a small testcase if it still fails. -- What|Removed |Added

[Bug ld/878] -pie broken

2005-05-06 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-05-06 15:44 --- Fixed with http://sourceware.org/ml/binutils/2005-05/msg00273.html -- What|Removed |Added

[Bug ld/302] Add warning when ELF symbol visibility is not consistent

2005-05-06 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-05-06 16:13 --- It is allowed by the ELF spec. Other compilers may generate such object files on purpose. There is no need to warn. -- What|Removed |Added

[Bug gas/646] gas make check fails with --host=i586-suse-linux --enable-targets=ia64-suse-linux

2005-05-06 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-05-06 16:22 --- No problem with the current binutils. -- What|Removed |Added Status|NEW

[Bug gas/879] gas fails to assemble valid code

2005-05-06 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-05-06 15:55 --- Please get kernel patches at: http://www.kernel.org/pub/linux/devel/binutils/linux-2.4-seg-4.patch http://www.kernel.org/pub/linux/devel/binutils/linux-2.6-seg-5.patch -- What|Removed

[Bug gas/936] New: sh64-elf is broken

2005-05-06 Thread hjl at lucon dot org
sources dot redhat dot com ReportedBy: hjl at lucon dot org CC: bug-binutils at gnu dot org GCC target triplet: sh64-elf http://sources.redhat.com/bugzilla/show_bug.cgi?id=936 --- You are receiving this mail because: --- You are on the CC list for the bug, or are

[Bug gas/857] Gas doesn't warn ".set x,y" when "y' is undefined

2005-05-06 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-05-06 18:01 --- I opened a new bug 936. *** This bug has been marked as a duplicate of 936 *** -- What|Removed |Added

[Bug gas/936] sh64-elf is broken

2005-05-06 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-05-06 18:06 --- A patch is posted at http://sourceware.org/ml/binutils/2005-05/msg00289.html -- What|Removed |Added

[Bug binutils/843] objdump prints wrong register size for "jmpq/callq *%XXX"

2005-05-06 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-05-06 19:59 --- A patch is posted at http://sourceware.org/ml/binutils/2005-05/msg00293.html -- What|Removed |Added

[Bug gas/936] sh64-elf is broken

2005-05-06 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-05-06 18:01 --- *** Bug 857 has been marked as a duplicate of this bug. *** -- http://sources.redhat.com/bugzilla/show_bug.cgi?id=936 --- You are receiving this mail because: --- You are on the CC list for the bug, or

[Bug binutils/843] objdump prints wrong register size for "jmpq/callq *%XXX"

2005-05-07 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-05-07 13:38 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug ld/885] Missing adjustment to the ld-mmix testsuite

2005-05-07 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-05-07 14:49 --- The testcases expect local symbols in executable's symbol table. But they aren't. I don't know much about mmix to say if it is correct or wrong. -- http://sources.redhat.com/bugzilla/show

[Bug binutils/806] Addr2line ignores the DWARF DW_AT_ranges attributes

2005-05-07 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-05-07 18:22 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug gas/936] sh64-elf is broken

2005-05-07 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-05-07 18:25 --- Joern, does the patch work for you? -- What|Removed |Added Status|NEW

[Bug gas/940] New: IA64 assembler fails to put unwind section into section group

2005-05-07 Thread hjl at lucon dot org
ponent: gas AssignedTo: unassigned at sources dot redhat dot com ReportedBy: hjl at lucon dot org CC: bug-binutils at gnu dot org http://sources.redhat.com/bugzilla/show_bug.cgi?id=940 --- You are receiving this mail because: --- You are on the CC list for the bug,

[Bug gas/940] IA64 assembler fails to put unwind section into section group

2005-05-07 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-05-07 20:23 --- A patch is posted at http://sourceware.org/ml/binutils/2005-05/msg00327.html -- http://sources.redhat.com/bugzilla/show_bug.cgi?id=940 --- You are receiving this mail because: --- You are on the CC list

[Bug ld/939] Assertion failed in linker

2005-05-07 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-05-07 20:30 --- Please make the binary available to me. I will take a look. -- What|Removed |Added CC

[Bug gas/940] IA64 assembler fails to put unwind section into section group

2005-05-07 Thread hjl at lucon dot org
-- What|Removed |Added CC||schwab at suse dot de http://sources.redhat.com/bugzilla/show_bug.cgi?id=940 --- You are receiving this m

[Bug ld/939] Assertion failed in linker

2005-05-07 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-05-07 23:22 --- I need your libpython2.4.so.1.0 and libomnithread.so.3. -- http://sources.redhat.com/bugzilla/show_bug.cgi?id=939 --- You are receiving this mail because: --- You are on the CC list for the bug, or are

[Bug ld/939] Assertion failed in linker

2005-05-07 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-05-08 00:18 --- There is a bug in libJTC.so which references an internal symbol, __fini_array_end. When linker tried to report the user error, it crashed. This patch http://sourceware.org/ml/binutils/2005-05/msg00329.html should

[Bug ld/939] Assertion failed in linker

2005-05-07 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-05-08 01:04 --- That is your bug. You never want to do -Wl,--whole-archive libJTC.a You should use -Wl,--whole-archive libJTC.a -Wl,--no-whole-archive -- http://sources.redhat.com/bugzilla/show_bug.cgi?id=939 --- You are

[Bug gas/940] IA64 assembler fails to put unwind section into section group

2005-05-08 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-05-08 13:45 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug ld/939] Assertion failed in linker

2005-05-08 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-05-08 13:44 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug gas/936] sh64-elf is broken

2005-05-09 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-05-09 14:46 --- Fixed. -- What|Removed |Added Status|WAITING |RESOLVED

[Bug ld/883] Linker creates unnecessary R_IA64_FPTR64LSB relocations

2005-05-09 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-05-09 14:51 --- R_IA64_FPTR64LSB is needed for function pointer reference from a dlopened DSO. -- What|Removed |Added

[Bug binutils/941] gas test macros fails

2005-05-09 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-05-09 14:47 --- Jan, is this caused by your patch? -- What|Removed |Added CC

[Bug ld/834] IA64: Change br to brl for "far" branches when possible

2005-05-12 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-05-12 16:12 --- A patch is postd at http://sourceware.org/ml/binutils/2005-05/msg00428.html -- http://sources.redhat.com/bugzilla/show_bug.cgi?id=834 --- You are receiving this mail because: --- You are on the CC list

[Bug ld/834] IA64: Change br to brl for "far" branches when possible

2005-05-12 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-05-12 16:38 --- Slot 0 has to be NOP only for BBB. Here is an update. http://sourceware.org/ml/binutils/2005-05/msg00431.html -- http://sources.redhat.com/bugzilla/show_bug.cgi?id=834 --- You are receiving this mail

[Bug ld/948] Wrong LMA for section with empty input section.

2005-05-17 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-05-16 18:51 --- I can't reproduce it with binutils in CVS nor the Linux binutils 2.16.90.0.3. I got [EMAIL PROTECTED] empty-7]$ make ./ld -o x -T script.ld test-lma.o ./objdump -h x x: file format elf32-i386 Sections: Idx

[Bug ld/834] IA64: Change br to brl for "far" branches when possible

2005-05-17 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-05-16 17:57 --- Fixed by http://sourceware.org/ml/binutils/2005-05/msg00453.html -- What|Removed |Added

[Bug ld/797] Alignment in empty section changes the output layout

2005-05-18 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-05-17 17:06 --- Fixed by http://sourceware.org/ml/binutils/2005-05/msg00325.html -- What|Removed |Added

[Bug ld/948] Wrong LMA for section with empty input section.

2005-05-18 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-05-17 17:20 --- 1. I didn't see a FILL statement in your linker script. 2. LMA of an ELF section is an artificial thing. You should use "readelf -lS" to see the real segment/section/memory layout of an ELF binary. 3.

[Bug binutils/970] objcopy COFF/Pe-coff -> ELF relocation translations wrong?

2005-05-27 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-05-27 13:50 --- It is expected. See http://sourceware.org/ml/binutils/2003-10/msg00376.html for possible solution. -- What|Removed |Added

[Bug ld/975] [Regression]: ld -pie generates DT_TEXTREL

2005-05-27 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-05-27 19:25 --- Created an attachment (id=500) --> (http://sources.redhat.com/bugzilla/attachment.cgi?id=500&action=view) A testcase [EMAIL PROTECTED] pie-1]$ make gcc -B./ -fPIC -c -o y.o y.c gcc -B./ -pie -o y y.o

[Bug ld/975] New: [Regression]: ld -pie generates DT_TEXTREL

2005-05-27 Thread hjl at lucon dot org
Component: ld AssignedTo: unassigned at sources dot redhat dot com ReportedBy: hjl at lucon dot org CC: bug-binutils at gnu dot org GCC build triplet: x86_64-unknown-linux-gnu GCC host triplet: x86_64-unknown-linux-gnu GCC target triplet: x86_64-unknown

[Bug ld/992] regression: ld selective1 and selective2 fails, cris-elf

2005-06-03 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-06-04 06:36 --- A patch is posted at http://sourceware.org/ml/binutils/2005-06/msg00030.html -- http://sources.redhat.com/bugzilla/show_bug.cgi?id=992 --- You are receiving this mail because: --- You are on the CC list

[Bug ld/992] regression: ld selective1 and selective2 fails, cris-elf

2005-06-03 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-06-04 06:37 --- I meant this one: http://sourceware.org/ml/binutils/2005-06/msg00069.html -- http://sources.redhat.com/bugzilla/show_bug.cgi?id=992 --- You are receiving this mail because: --- You are on the CC list for

[Bug ld/990] "nm -l" doesn't work well on data symbols in relocatable files

2005-06-04 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-06-04 14:18 --- It has nothing to do with "ld -r". The problem is "nm -l" doesn't work well on .o file: # nm -l t1.o T main /user/hjl/bugs/binutils/debug/t1.c:5 D test1_v1 /user/hjl/b

[Bug gas/976] Superfluous 0 displacment added in x86 code

2005-06-04 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-06-04 14:22 --- Fixed by http://sourceware.org/ml/binutils/2005-05/msg00246.html -- What|Removed |Added

[Bug ld/992] regression: ld selective1 and selective2 fails, cris-elf

2005-06-04 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-06-04 14:23 --- An updated patch is at http://sourceware.org/ml/binutils/2005-06/msg00070.html -- http://sources.redhat.com/bugzilla/show_bug.cgi?id=992 --- You are receiving this mail because: --- You are on the CC

[Bug ld/992] regression: ld selective1 and selective2 fails, cris-elf

2005-06-04 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-06-04 18:12 --- Should be fixed now. -- http://sources.redhat.com/bugzilla/show_bug.cgi?id=992 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is

[Bug ld/992] regression: ld selective1 and selective2 fails, cris-elf

2005-06-04 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-06-04 19:09 --- Cris uses .data : { PROVIDE (__Sdata = .); *(.data .data.* .gnu.linkonce.d.*) KEEP (*(.gnu.linkonce.d.*personality*)) SORT(CONSTRUCTORS) } Even if .data is empty, .data is still

[Bug ld/992] regression: ld selective1 and selective2 fails, cris-elf

2005-06-04 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-06-04 20:10 --- The updated patch is at http://sourceware.org/ml/binutils/2005-06/msg00076.html -- http://sources.redhat.com/bugzilla/show_bug.cgi?id=992 --- You are receiving this mail because: --- You are on the CC

[Bug ld/990] "nm -l" doesn't work well on relocatable files

2005-06-04 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-06-05 00:18 --- "nm -l" doesn't work on this: ---t4.c--- __attribute ((section(".text.foo"))) int test2_f1(int val) { return val; } int test2_f2(int val) { return val; } After applying http://s

[Bug ld/990] "nm -l" doesn't work well on relocatable files

2005-06-05 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-06-05 18:39 --- A proposal is posted at http://sourceware.org/ml/binutils/2005-06/msg00082.html -- http://sources.redhat.com/bugzilla/show_bug.cgi?id=990 --- You are receiving this mail because: --- You are on the CC

[Bug ld/990] "nm -l" doesn't work well on relocatable files

2005-06-05 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-06-05 22:33 --- The updated patch is at http://sourceware.org/ml/binutils/2005-06/msg00089.html -- http://sources.redhat.com/bugzilla/show_bug.cgi?id=990 --- You are receiving this mail because: --- You are on the CC

[Bug ld/990] "nm -l" doesn't work well on relocatable files

2005-06-06 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-06-06 14:56 --- I checked in my patch. I will have a followup patch later. nm and gdb may or may not share that piece of code. You need to file a gdb bug report. BTW, does entry.S have dwarf debug info? does gdb get wrong line

[Bug ld/990] "nm -l" doesn't work well on relocatable files

2005-06-06 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-06-06 17:30 --- If you have a testcase with "nm -l" on executable, I will fix nm. But gdb needs to be fixed separately. -- http://sources.redhat.com/bugzilla/show_bug.cgi?id=990 --- You are receiving this ma

[Bug binutils/995] New: strip fails on archive with mixed files

2005-06-07 Thread hjl at lucon dot org
Severity: normal Priority: P2 Component: binutils AssignedTo: unassigned at sources dot redhat dot com ReportedBy: hjl at lucon dot org CC: bug-binutils at gnu dot org http://sources.redhat.com/bugzilla/show_bug.cgi?id=995 --- You are

[Bug binutils/995] strip fails on archive with mixed files

2005-06-08 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-06-08 18:56 --- A patch is posted at http://sourceware.org/ml/binutils/2005-06/msg00185.html -- http://sources.redhat.com/bugzilla/show_bug.cgi?id=995 --- You are receiving this mail because: --- You are on the CC list

[Bug binutils/1000] [Regression]: "nm -l" no longer works on assembly file

2005-06-08 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-06-09 01:13 --- Created an attachment (id=513) --> (http://sources.redhat.com/bugzilla/attachment.cgi?id=513&action=view) A testcase This test case shows the -l outputs before and after the patch in bug 806. --

[Bug binutils/1000] New: [Regression]: "nm -l" no longer works on assembly file

2005-06-08 Thread hjl at lucon dot org
Status: NEW Severity: normal Priority: P2 Component: binutils AssignedTo: unassigned at sources dot redhat dot com ReportedBy: hjl at lucon dot org CC: bug-binutils at gnu dot org,fnf at specifixinc dot com GCC build triplet: i686-pc-linux-g

[Bug binutils/1000] [Regression]: "nm -l" no longer works on assembly file

2005-06-08 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-06-09 06:09 --- A patch is posted at http://sourceware.org/ml/binutils/2005-06/msg00206.html -- http://sources.redhat.com/bugzilla/show_bug.cgi?id=1000 --- You are receiving this mail because: --- You are on the CC list

[Bug binutils/1000] [Regression]: "nm -l" no longer works on assembly file

2005-06-09 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-06-09 14:25 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug ld/797] Alignment in empty section changes the output layout

2005-06-09 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-06-09 17:03 --- The way I looked at .text2 : { . = ALIGN(4096); *(.text2) } it will align .text2 to 4096 byte. If .text2 doesn't exist, the alignment shouldn't apply. Another one .text2 : {

[Bug ld/797] Alignment in empty section changes the output layout

2005-06-09 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-06-09 16:40 --- This bug came back with http://sourceware.org/ml/binutils/2005-06/msg00197.html The problem is that now assignment to "dot" will caus the section to be kept. -- What

[Bug binutils/995] strip fails on archive with mixed files

2005-07-01 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-07-01 16:37 --- It is fixed by http://sourceware.org/ml/binutils/2005-06/msg00338.html -- What|Removed |Added

[Bug gas/1013] x86_64 assembler doesn't tak 64bit address

2005-07-07 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-07-07 17:43 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug ld/975] [Regression]: ld -pie generates DT_TEXTREL

2005-07-07 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-07-07 17:46 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug binutils/1321] strip/objcopy don't handle SHF_LINK_ORDER correctly

2005-09-09 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-09-09 19:54 --- A patch is posted at http://sourceware.org/ml/binutils/2005-09/msg00118.html -- http://sourceware.org/bugzilla/show_bug.cgi?id=1321 --- You are receiving this mail because: --- You are on the CC list for

[Bug binutils/1321] New: strip/objcopy doesn

2005-09-09 Thread hjl at lucon dot org
lucon dot org CC: bug-binutils at gnu dot org GCC build triplet: ia64-unknown-linux-gnu GCC host triplet: ia64-unknown-linux-gnu GCC target triplet: ia64-unknown-linux-gnu http://sourceware.org/bugzilla/show_bug.cgi?id=1321 --- You are receiving this mail because

[Bug binutils/1321] strip/objcopy don't handle SHF_LINK_ORDER correctly

2005-09-09 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-09-09 19:47 --- Created an attachment (id=658) --> (http://sourceware.org/bugzilla/attachment.cgi?id=658&action=view) A testcase [EMAIL PROTECTED] strip-2]$ make as -x -o x.o x.s cp x.o y.o /usr/bin/strip -g y.o readelf -t

[Bug binutils/1321] strip/objcopy don't handle SHF_LINK_ORDER correctly

2005-09-09 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-09-09 19:45 --- >From the gABI: SHF_LINK_ORDER This flag adds special ordering requirements for link editors. The requirements apply if the sh_link field of this section's header references another section (the linked-to

  1   2   3   4   5   6   7   8   9   >