This is the mail archive of the gdb-patches@sources.redhat.com 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]

Re: Assume solib.h



and how my change breaks it?


This part I don't know the details about.  Mark said that it does
break, and I spoke on the assumption that you agree with the fact of
breakage,

Unfortunatly your assumption is wrong. As I stated to Mark, and contrary to his assertion, powerpc-elf passes this sniff test:


$ gcc -g -static src/gdb/testsuite/gdb.base/break{,1}.c
cagney@to-dhcp51$ ./X-powerpc-elf/gdb/gdb ./a.out
warning: A handler for the OS ABI "GNU/Linux" is not built into this configuration
of GDB. Attempting to continue with the default powerpc:common settings.
(gdb) target sim
Connected to the simulator.
(gdb) load
(gdb) run
Starting program: /home/scratch/PENDING/YYYY-MM-DD-solib/a.out
do_call() unimplemented call settimeofday
(gdb) disassemble
No frame selected.
<oops>
(gdb) x/i $pc
0x10008a10 <uname+4>: sc


> but don't consider it important.

The mind boggles, if the facts aren't important, what is?

Andrew


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