Binutils with MCST patches
Go to file
Jason Molenda ad3b8c4a1a 1998-10-13 Jason Molenda (jsm@bugshack.cygnus.com)
* blockframe.c (find_pc_sect_partial_function): Add braces to avoid
        possible nested-if confusion.
        * breakpoint.c (breakpoint_here_p): Ditto.
        (breakpoint_inserted_here_p): Ditto.
        (breakpoint_thread_match): Ditto.

        * gnu-regex.c: Define _REGEX_RE_COMP only if it isn't already defined.
        * gnu-regex.h: Define _REGEX_RE_COMP to pick up old compatability
        prototypes.

        * symtab.h: Add prototype for _initialize_source.
        * value.h: Add prototype for _initialize_value.

        * defs.h: Include sys/types.h or stddef.h to get size_t.
        (make_cleanup): Add make_cleanup_func typedef and switch to using
        a prototype for this function.
        (mfree): Add prototypes for mmalloc, mrealloc, mfree if we aren't
        using mmalloc.

        * ax-gdb.c breakpoint.c coffread.c corelow.c dbxread.c dwarf2read.c
        dwarfread.c elfread.c eval.c exec.c gdbtk-cmds.c gdbtk.c infcmd.c
        infrun.c mipsread.c nlmread.c os9kread.c parse.c printcmd.c symfile.c
        symmisc.c symtab.c thread.c top.c tracepoint.c typeprint.c valops.c:
        Cast parameters passed to make_cleanup to use the new
        make_cleanup_func typedef.


More warning cleanups.  There are still a bunch of places where the first
argument to make_cleanup is not cast to (make_cleanup_func); these are
either due to the function fitting the make_cleanup_func specification
already (e.g. free()) or they are in files that weren't compiled when
I did my make on a Linux native system.  Bwahahaha.  You can see them
like this:

grep make_cleanup\  * | grep -v make_cleanup_func

I'll surely go back and clean up the remaining suspicious calls in
GDB one of these days. :-)
1998-10-14 01:15:00 +00:00
bfd Fix fise of R_M32R_18_PCREL relocation. 1998-10-12 21:25:25 +00:00
binutils Thu Oct 8 15:33:08 1998 Geoffrey Noer <noer@cygnus.com> 1998-10-08 22:47:18 +00:00
config Merge egcs-19981008. 1998-10-09 21:10:04 +00:00
gas Fix PR17762 - convert second opcode of a parallel insn to lower case before 1998-10-13 00:45:27 +00:00
gdb 1998-10-13 Jason Molenda (jsm@bugshack.cygnus.com) 1998-10-14 01:15:00 +00:00
gprof Avoid some overflow cases: 1998-08-12 19:06:24 +00:00
include Add vtable relocs. 1998-10-05 14:41:43 +00:00
intl * Makefile.in (distclean): Remove config.log. 1998-05-26 22:29:54 +00:00
ld * scripttempl/elf.sc: Merge .sdata.* etc sections. 1998-10-09 21:07:11 +00:00
mmalloc
opcodes * Doh, backing out premature devo patch re PR 17559. 1998-10-13 11:51:36 +00:00
readline Keep sysdep-hpux11.h 1998-07-29 17:22:48 +00:00
sim * interp.c: #include "itable.h" if WITH_IGEN. 1998-10-10 01:07:15 +00:00
.Sanitize Merge with egcs-19981008 1998-10-09 22:18:38 +00:00
Build-A-Release.mk
ChangeLog * config.sub: Bring back lost sparcv9. 1998-10-13 15:38:40 +00:00
config-ml.in
config.guess
config.sub remove d30v sanitization 1998-07-23 23:21:17 +00:00
configure
configure.bat
configure.in Merge with egcs-19981008 1998-10-09 22:18:38 +00:00
DOC.Sanitize
install-sh Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com> 1998-07-14 22:40:44 +00:00
install-texi.in
Install.in
intro.texi
ltconfig * ltconfig, ltmain.sh: Update to libtool 1.2b. 1998-07-07 19:24:58 +00:00
ltmain.sh fix libtool 1.2b bug 1998-07-07 21:19:20 +00:00
makeall.bat
Makefile.in * Makefile.in (all-automake): fix dependencies. 1998-09-30 05:47:18 +00:00
makefile.vms Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de> 1998-07-02 19:03:37 +00:00
mdate-sh * mdata-sh: Imported. Needed for automake support. 1998-08-28 19:29:20 +00:00
mpw-build.in
mpw-config.in
mpw-configure
mpw-README
Pack-A-Progressive
setup.com
tape-labels-tex.in
test-build.mk
ylwrap * ylwrap: Don't use a full path name if the source file is in the 1998-07-17 18:52:26 +00:00