]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* README: Remove note about gcc warnings on alpha, these should be
authorPeter Schauer <Peter.Schauer@mytum.de>
Tue, 8 Feb 1994 09:01:03 +0000 (09:01 +0000)
committerPeter Schauer <Peter.Schauer@mytum.de>
Tue, 8 Feb 1994 09:01:03 +0000 (09:01 +0000)
commitba47c66add7b9bd51af6ca2e6f45529bb38b9dd3
tree163e9719bd6088df82940088d9dd3bd9da7bd9e1
parent7c202d3775a7ee8b313d538c874c1077d238d768
* README:  Remove note about gcc warnings on alpha, these should be
gone now.
* c-exp.y, ch-exp.y, core.c, corelow.c, eval.c, fork-child.c,
m2-exp.y, minsyms.c, nlmread.c, parse.c, putenv.c, regex.c
remote-utils.c, stabsread.c:  Include <string.h>.
* regex.c:  Include "defs.h", change re_comp argument to const char *.
* infptrace.c (fetch_register, store_inferior_registers):  Change
regaddr to type CORE_ADDR.
* config/alpha/alpha-nw.mt, config/alpha/alpha-osf1.mt (MT_CFLAGS):
Remove, no longer necessary now that we use bfd_vma for a CORE_ADDR.
15 files changed:
gdb/ChangeLog
gdb/README
gdb/c-exp.y
gdb/ch-exp.y
gdb/core.c
gdb/corelow.c
gdb/fork-child.c
gdb/m2-exp.y
gdb/minsyms.c
gdb/nlmread.c
gdb/parse.c
gdb/putenv.c
gdb/regex.c
gdb/remote-utils.c
gdb/stabsread.c