binutils-gdb modified for the FreeChainXenon project
Find a 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 * Makefile.in (mm.o): New target that combines all the functions 1996-12-28 22:33:53 +00:00
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 didn't get propagated from progressive to devo. 1992-07-31 17:33:55 +00:00
ChangeLog * config.sub: Bring back lost sparcv9. 1998-10-13 15:38:40 +00:00
config-ml.in Add m32r to multilib support. 1997-12-16 00:14:49 +00:00
config.guess * config.guess: More accurate determination of HP processor types. 1998-01-28 06:16:52 +00:00
config.sub remove d30v sanitization 1998-07-23 23:21:17 +00:00
configure Fix some problems with gdbtk sanitization. 1998-01-26 23:04:13 +00:00
configure.bat additions for binutils release from dj 1994-10-22 02:17:33 +00:00
configure.in Merge with egcs-19981008 1998-10-09 22:18:38 +00:00
DOC.Sanitize Updated documentation for lose-inet -> keep-inet change 1996-06-19 15:40:45 +00:00
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 Add some files from Progressive shich shouldn't be lost. 1992-07-29 16:21:34 +00:00
Install.in Add some files from Progressive shich shouldn't be lost. 1992-07-29 16:21:34 +00:00
intro.texi Add some files from Progressive shich shouldn't be lost. 1992-07-29 16:21:34 +00:00
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 additions for binutils release from dj 1994-10-22 02:17:33 +00:00
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 Sun Feb 27 16:05:15 1994 Stan Shebs (shebs@andros.cygnus.com) 1994-02-28 00:15:29 +00:00
mpw-config.in Sun Feb 27 16:05:15 1994 Stan Shebs (shebs@andros.cygnus.com) 1994-02-28 00:15:29 +00:00
mpw-configure * mpw-configure: Add support for exec-prefix. 1995-12-04 20:48:19 +00:00
mpw-README Sun Feb 27 16:05:15 1994 Stan Shebs (shebs@andros.cygnus.com) 1994-02-28 00:15:29 +00:00
Pack-A-Progressive Add some files from Progressive shich shouldn't be lost. 1992-07-29 16:21:34 +00:00
setup.com Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de> 1996-08-08 16:20:25 +00:00
tape-labels-tex.in Add some files from Progressive shich shouldn't be lost. 1992-07-29 16:21:34 +00:00
test-build.mk add support for i386-unixware target, m68k-vxworks5.1 target, i960-vxworks5.1 target... always configure with --enable-gdbtk 1995-05-18 09:27:23 +00:00
ylwrap * ylwrap: Don't use a full path name if the source file is in the 1998-07-17 18:52:26 +00:00