public inbox for gdb-testers@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] Rearrange symfile_bfd_open
@ 2015-04-02 22:09 sergiodj+buildbot
  2015-04-02 22:09 ` Failures on Fedora-ppc64be-cc-with-index, branch master sergiodj+buildbot
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: sergiodj+buildbot @ 2015-04-02 22:09 UTC (permalink / raw)
  To: gdb-testers

*** TEST RESULTS FOR COMMIT 97a41605e2473c67e82ef5147b4866768bd5a566 ***

Author: Gary Benson <gbenson@redhat.com>
Branch: master
Commit: 97a41605e2473c67e82ef5147b4866768bd5a566

Rearrange symfile_bfd_open
symfile_bfd_open handled what were remote files as a special case.
Converting from "remote:" files to "target:" made symfile_bfd_open
look like this:

  if remote:
    open bfd, check format, etc
    return
  local-specific stuff
  open bfd, check format, etc
  return

This commit rearranges symfile_bfd_open to remove the duplicated
code, like this:

  if local:
      local-specific stuff
  open bfd, check format, etc
  return

gdb/ChangeLog:

	* symfile.c (symfile_bfd_open): Reorder to remove duplicated
	checks and error messages.


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2015-04-05  3:13 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-02 22:09 [binutils-gdb] Rearrange symfile_bfd_open sergiodj+buildbot
2015-04-02 22:09 ` Failures on Fedora-ppc64be-cc-with-index, branch master sergiodj+buildbot
2015-04-02 23:16 ` Failures on Fedora-ppc64be-native-extended-gdbserver-m64, " sergiodj+buildbot
2015-04-03  2:29 ` Failures on Debian-i686, " sergiodj+buildbot
2015-04-03  4:42 ` Failures on Debian-i686-native-extended-gdbserver, " sergiodj+buildbot
2015-04-03 13:49 ` Failures on Debian-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
2015-04-03 16:29 ` Failures on Debian-x86_64-m64, " sergiodj+buildbot
2015-04-03 19:50 ` Failures on Debian-x86_64-native-gdbserver-m64, " sergiodj+buildbot
2015-04-04 21:27 ` Failures on Fedora-x86_64-m32, " sergiodj+buildbot
2015-04-04 21:31 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " sergiodj+buildbot
2015-04-04 21:35 ` Failures on Fedora-x86_64-cc-with-index, " sergiodj+buildbot
2015-04-04 21:45 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
2015-04-04 21:49 ` Failures on Fedora-x86_64-native-gdbserver-m64, " sergiodj+buildbot
2015-04-04 21:56 ` Failures on Fedora-x86_64-m64, " sergiodj+buildbot
2015-04-04 21:59 ` Failures on Fedora-x86_64-native-gdbserver-m32, " sergiodj+buildbot
2015-04-05  2:17 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, " sergiodj+buildbot
2015-04-05  3:13 ` Failures on Fedora-ppc64le-m64, " sergiodj+buildbot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).