Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Joern Rennecke <joern.rennecke@embecosm.com>
To: Sergio Durigan Junior <sergiodj@redhat.com>
Cc: gdb-patches@sourceware.org
Subject: Re: [PATCH 0/7] Implement gdbarch_gdb_signal_{to,from}_target
Date: Sun, 11 Aug 2013 01:49:00 -0000	[thread overview]
Message-ID: <20130810214926.eqls003q8gg44sso-nzlynne@webmail.spamcop.net> (raw)

> I have checked-in the patch.

>  http://sourceware.org/ml/gdb-cvs/2013-08/msg00042.html

This break the build for i686-pc-linux-gnu X avr:

gcc -g -O2      \
         -o gdb gdb.o avr-tdep.o ser-base.o ser-unix.o ser-pipe.o  
ser-tcp.o  remote.o dcache.o tracepoint.o ax-general.o ax-gdb.o  
remote-fileio.o remote-notif.o ctf.o remote-sim.o cli-dump.o  
cli-decode.o cli-script.o cli-cmds.o cli-setshow.o cli-logging.o  
cli-interp.o cli-utils.o mi-out.o mi-console.o mi-cmds.o  
mi-cmd-catch.o mi-cmd-env.o mi-cmd-var.o mi-cmd-break.o mi-cmd-stack.o  
mi-cmd-file.o mi-cmd-disas.o mi-symbol-cmds.o mi-cmd-target.o  
mi-cmd-info.o mi-interp.o mi-main.o mi-parse.o mi-getopt.o  
tui-command.o tui-data.o tui-disasm.o tui-file.o tui-hooks.o  
tui-interp.o tui-io.o tui-layout.o tui-out.o tui-regs.o tui-source.o  
tui-stack.o tui-win.o tui-windata.o tui-wingeneral.o tui-winsource.o  
tui.o python.o py-arch.o py-auto-load.o py-block.o py-bpevent.o  
py-breakpoint.o py-cmd.o py-continueevent.o py-event.o  
py-evtregistry.o py-evts.o py-exitedevent.o py-finishbreakpoint.o  
py-frame.o py-framefilter.o py-function.o py-gdb-readline.o  
py-inferior.o py-infthread.o py-lazy-string.o py-newobjfileevent.o  
py-objfile.o py-param.o py-prettyprint.o py-progspace.o  
py-signalevent.o py-stopevent.o py-symbol.o py-symtab.o  
py-threadevent.o py-type.o py-utils.o py-value.o elfread.o  
stap-probe.o posix-hdep.o c-exp.o cp-name-parser.o ada-exp.o jv-exp.o  
f-exp.o go-exp.o m2-exp.o p-exp.o version.o annotate.o addrmap.o  
auto-load.o auxv.o agent.o bfd-target.o blockframe.o breakpoint.o  
break-catch-sig.o break-catch-throw.o findvar.o regcache.o cleanups.o  
charset.o continuations.o corelow.o disasm.o dummy-frame.o dfp.o  
source.o value.o eval.o valops.o valarith.o valprint.o printcmd.o  
block.o symtab.o psymtab.o symfile.o symmisc.o linespec.o dictionary.o  
infcall.o infcmd.o infrun.o expprint.o environ.o stack.o thread.o  
exceptions.o filesystem.o filestuff.o inf-child.o interps.o  
minidebug.o main.o macrotab.o macrocmd.o macroexp.o macroscope.o  
mi-common.o event-loop.o event-top.o inf-loop.o completer.o gdbarch.o  
arch-utils.o gdbtypes.o gdb_bfd.o gdb_obstack.o osabi.o copying.o  
memattr.o mem-break.o target.o parse.o language.o buildsym.o findcmd.o  
std-regs.o signals.o exec.o reverse.o bcache.o objfiles.o observer.o  
minsyms.o maint.o demangle.o dbxread.o coffread.o coff-pe-read.o  
dwarf2read.o mipsread.o stabsread.o corefile.o dwarf2expr.o  
dwarf2loc.o dwarf2-frame.o dwarf2-frame-tailcall.o ada-lang.o c-lang.o  
d-lang.o f-lang.o objc-lang.o ada-tasks.o ada-varobj.o ui-out.o  
cli-out.o varobj.o vec.o go-lang.o go-valprint.o go-typeprint.o  
jv-lang.o jv-valprint.o jv-typeprint.o m2-lang.o opencl-lang.o  
p-lang.o p-typeprint.o p-valprint.o sentinel-frame.o complaints.o  
typeprint.o ada-typeprint.o c-typeprint.o f-typeprint.o m2-typeprint.o  
ada-valprint.o c-valprint.o cp-valprint.o d-valprint.o f-valprint.o  
m2-valprint.o serial.o mdebugread.o top.o utils.o ui-file.o  
user-regs.o frame.o frame-unwind.o doublest.o frame-base.o  
inline-frame.o gnu-v2-abi.o gnu-v3-abi.o cp-abi.o cp-support.o  
cp-namespace.o reggroups.o regset.o trad-frame.o tramp-frame.o solib.o  
solib-target.o prologue-value.o memory-map.o memrange.o xml-support.o  
xml-syscall.o xml-utils.o target-descriptions.o target-memory.o  
xml-tdesc.o xml-builtin.o inferior.o osdata.o gdb_usleep.o record.o  
record-full.o gcore.o gdb_vecs.o jit.o progspace.o skip.o probe.o  
common-utils.o buffer.o ptid.o gdb-dlfcn.o common-agent.o format.o  
registry.o btrace.o record-btrace.o target-common.o inflow.o    init.o \
           ../sim/avr/libsim.a ../readline/libreadline.a  
../opcodes/libopcodes.a ../bfd/libbfd.a  ../libiberty/libiberty.a  
../libdecnumber/libdecnumber.a    -ldl -lncurses -lz -lm    -lpthread  
-ldl -lutil -lm -lpython2.7 -Xlinker -export-dynamic -lexpat    
../libiberty/libiberty.a  build-gnulib/import/libgnu.a
avr-tdep.o: In function `avr_linux_gdb_signal_to_target':
/home/amylaar/atmel/git/bld-avr-gdb/gdb/../../gdb/gdb/avr-tdep.c:1409:  
undefined reference to `linux_gdb_signal_to_target'
avr-tdep.o: In function `avr_linux_gdb_signal_from_target':
/home/amylaar/atmel/git/bld-avr-gdb/gdb/../../gdb/gdb/avr-tdep.c:1377:  
undefined reference to `linux_gdb_signal_from_target'
collect2: error: ld returned 1 exit status
make[2]: *** [gdb] Error 1


             reply	other threads:[~2013-08-11  1:49 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-11  1:49 Joern Rennecke [this message]
2013-08-12  3:51 ` Sergio Durigan Junior
2013-08-12  8:48   ` Joern Rennecke
2013-08-12 11:07   ` Pedro Alves
  -- strict thread matches above, loose matches on Subject: below --
2013-07-26 20:13 Sergio Durigan Junior
2013-07-27 17:57 ` Doug Evans
2013-08-07 20:54   ` Sergio Durigan Junior
2013-07-29 16:43 ` Pedro Alves
2013-08-09 16:56 ` Sergio Durigan Junior

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130810214926.eqls003q8gg44sso-nzlynne@webmail.spamcop.net \
    --to=joern.rennecke@embecosm.com \
    --cc=gdb-patches@sourceware.org \
    --cc=sergiodj@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox