* Makefile.in (TAGS): Use variables directly, rather than using
authorJim Kingdon <jkingdon@engr.sgi.com>
Sat, 19 Mar 1994 18:49:50 +0000 (18:49 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Sat, 19 Mar 1994 18:49:50 +0000 (18:49 +0000)
commit94d4b713731d53fac28864a85e1974aa34fe7c39
tree72b4d5f61bc77345f73d427f16078eee19cb9cae
parent1732fbd47ae938e02720801967b6dd9c3f489ba6
* Makefile.in (TAGS): Use variables directly, rather than using
find, to locate TM_FILE, XM_FILE, and NAT_FILE.  This is faster
and means that these filenames no longer need be unique across all
the config/* directories.
* configure.in: Put the config/*/ into TM_FILE, etc.

* m68k-stub.c (computeSignal): Return SIGFPE, not SIGURG, for chk
and trapv exceptions.

* target.h (struct section_table), objfiles.h (struct obj_section):
Change name of field sec_ptr to the_bfd_section.  More mnemonic
and avoids the (sort of, for the ptx compiler) name clash with
the name of the typedef.
* exec.c, xcoffexec.c, sparc-tdep.c, rs6000-nat.c, osfsolib.c,
solib.c, irix5-nat.c, objfiles.c, remote.c: Change users.

* utils.c: Include readline.h.
* Makefile.in (utils.o): Add dependency.

* remote.c (getpkt): Add support for run-length encoding.
gdb/ChangeLog
gdb/Makefile.in
gdb/configure.in
gdb/irix5-nat.c
gdb/objfiles.c
gdb/objfiles.h
gdb/osfsolib.c
gdb/remote.c
gdb/rs6000-nat.c
gdb/sparc-tdep.c
gdb/xcoffexec.c
This page took 0.025633 seconds and 4 git commands to generate.