[Bug binutils/7034] objdump dumping dynamic relocs does not work with disassembly; option -d negates option -R

2009-01-12 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-01-13 06:42 --- Subject: Bug 7034 CVSROOT:/cvs/src Module name:src Changes by: amo...@sourceware.org 2009-01-13 06:41:53 Modified files: binutils : ChangeLog binutils/doc :

[Bug binutils/7034] objdump dumping dynamic relocs does not work with disassembly; option -d negates option -R

2009-01-12 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2009-01-13 06:43 --- . -- What|Removed |Added Status|REOPENED|RESOLVED

[Bug binutils/7034] objdump dumping dynamic relocs does not work with disassembly; option -d negates option -R

2008-11-17 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2008-11-18 01:10 --- It's a doc bug then. You'll see plenty of dynamic relocs against instructions if you build a non-pic shared library, which is valid on some targets. --

[Bug binutils/7034] objdump dumping dynamic relocs does not work with disassembly; option -d negates option -R

2008-11-16 Thread schwab at suse dot de
--- Additional Comments From schwab at suse dot de 2008-11-16 18:37 --- Dynamic relocations typically don't apply to the (read-only) text segment, so it is no surprise that there are no relocations to be displayed. -- http://sourceware.org/bugzilla/show_bug.cgi?id=7034 --- You

[Bug binutils/7034] objdump dumping dynamic relocs does not work with disassembly; option -d negates option -R

2008-11-16 Thread hp at sourceware dot org
--- Additional Comments From hp at sourceware dot org 2008-11-16 22:23 --- (In reply to comment #1) Dynamic relocations typically don't apply to the (read-only) text segment, so it is no surprise that there are no relocations to be displayed. How is that relevant? Oh I see, you

[Bug binutils/7034] objdump dumping dynamic relocs does not work with disassembly; option -d negates option -R

2008-11-16 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2008-11-16 22:46 --- Not a bug. -d -R means disassemble, displaying dynamic relocs on instructions, exactly as -d -r means disassemble with normal relocs. You don't get a separate dump of relocs in either of these cases.

[Bug binutils/7034] objdump dumping dynamic relocs does not work with disassembly; option -d negates option -R

2008-11-16 Thread hp at sourceware dot org
--- Additional Comments From hp at sourceware dot org 2008-11-16 23:11 --- (In reply to comment #3) Not a bug. -d -R means disassemble, displaying dynamic relocs on instructions, exactly as -d -r means disassemble with normal relocs. You don't get a separate dump of relocs in

[Bug binutils/7034] objdump dumping dynamic relocs does not work with disassembly; option -d negates option -R

2008-11-16 Thread hp at sourceware dot org
--- Additional Comments From hp at sourceware dot org 2008-11-16 23:23 --- (In reply to comment #3) Not a bug. -d -R means disassemble, displaying dynamic relocs on instructions, Umm, I don't see the logic at all as dynamic relocs rarely apply to instructions. You just don't