]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/c-exp.y
* defs.h (perror_with_name): Is a NORETURN function.
authorFred Fish <fnf@specifix.com>
Fri, 13 Jun 1997 14:51:32 +0000 (14:51 +0000)
committerFred Fish <fnf@specifix.com>
Fri, 13 Jun 1997 14:51:32 +0000 (14:51 +0000)
commit56e327b302eee034d0b5c069163023e4cd81b0b7
tree590bf7971768931f17ba5d883ee96b243ae742be
parentadc03ece6288d971ea4eaab90d00abef5ef49cb7
* defs.h (perror_with_name): Is a NORETURN function.
* utils.c (perror_with_name): Is a NORETURN function.
(error): Is NORETURN independently of ANSI_PROTOTYPES.

* symtab.c (fixup_symbol_section): Remove prototype.
* symtab.h: (fixup_symbol_section): Add prototype.
* m32r-rom.c (report_transfer_performance): Add prototype.
* sparclet-rom.c: Ditto.
* dsrec.c: Ditto.

* c-exp.y (parse_number): Cast args to float* or double* as
appropriate for conversion format.
* java-exp.y (parse_number): Ditto.

* Makefile.in (c-exp.tab.c): Remove #line lines that refer
to nonexistant y.tab.c file.
(java-exp.tab.c): Ditto.
(f-exp.tab.c): Ditto.
(m2-exp.tab.c): Ditto.
start-sanitize-gdbtk

* gdbtk.c (gdbtk_init): Make truth value test explicit.
Remove unused static variable "Gdbtk_Library".
end-sanitize-gdbtk
gdb/ChangeLog
gdb/Makefile.in
gdb/c-exp.y
gdb/defs.h
gdb/dsrec.c [new file with mode: 0644]
gdb/gdbtk.c
gdb/java-exp.y
gdb/sparclet-rom.c
gdb/symtab.c
gdb/symtab.h
gdb/utils.c