diff options
author | Fred Fish <fnf@specifix.com> | 1991-12-20 19:44:16 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1991-12-20 19:44:16 +0000 |
commit | ee1ad69ccdd586171462c68235793bdf71f0b33d (patch) | |
tree | e898b64cba56a2475c9baaba4b8ac23d0903f669 /gdb/ChangeLog | |
parent | 5f32984ea685edfc20fb8ab27bc780086d8bb07e (diff) | |
download | gdb-ee1ad69ccdd586171462c68235793bdf71f0b33d.zip gdb-ee1ad69ccdd586171462c68235793bdf71f0b33d.tar.gz gdb-ee1ad69ccdd586171462c68235793bdf71f0b33d.tar.bz2 |
* configure.in, tm-amix.h, tm-i386v4.h, xm-amix.h, xm-i386v4.h:
Change svr4 references to sysv4.
* source.c: Move declaration of external function index to
front of file so it is in scope for all references.
* utils.c (error, fatal): Make definitions consistent with
defs.h declarations (declared as "volatile void").
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index caeea1d..c2bbb33 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,14 @@ +Fri Dec 20 11:36:38 1991 Fred Fish (fnf at cygnus.com) + + * configure.in, tm-amix.h, tm-i386v4.h, xm-amix.h, xm-i386v4.h: + Change svr4 references to sysv4. + + * source.c: Move declaration of external function index to + front of file so it is in scope for all references. + + * utils.c (error, fatal): Make definitions consistent with + defs.h declarations (declared as "volatile void"). + Fri Dec 20 10:55:36 1991 John Gilmore (gnu at cygnus.com) * rs6k-opcode.h: Bugfix sfe and stbrx. By Al Kossow. |