This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug symtab/17201] problems with gdb-generated plt symbols


https://sourceware.org/bugzilla/show_bug.cgi?id=17201

--- Comment #3 from dje at google dot com ---
Created attachment 7725
  --> https://sourceware.org/bugzilla/attachment.cgi?id=7725&action=edit
testcase, part 2

Test compiled as follows:

gcc -g -fpic -shared -Wl,--export-dynamic -o plt-shared-lib.so plt-shared-lib.c
gcc -g -Wl,-rpath,$(pwd) -o plt-shared-user plt-shared-user.c plt-shared-lib.so

[manually copied over, watch for typos]

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]