]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Rename "target djgpp" -> "target native"
authorPedro Alves <palves@redhat.com>
Wed, 21 May 2014 17:30:43 +0000 (18:30 +0100)
committerPedro Alves <palves@redhat.com>
Wed, 21 May 2014 17:30:43 +0000 (18:30 +0100)
commitbc85afdef59fc5f12765c829bbec7b6dedec62e6
tree0d4119b341919eef3f015431dc227a6cc2396dd7
parent4ebfc96eba45f869ad109fdb7d1149bb4af3b3a2
Rename "target djgpp" -> "target native"

To be like other native targets.

Leave to_shortname, to_longname, to_doc as inf-child.c sets them:

  t->to_shortname = "native";
  t->to_longname = "Native process";
  t->to_doc = "Native process (started by the \"run\" command).";

gdb/
2014-05-21  Pedro Alves  <palves@redhat.com>

* go32-nat.c (go32_target): Don't override to_shortname,
to_longname or to_doc.
gdb/ChangeLog
gdb/go32-nat.c