summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* oops - omitted from previous deltaNick Clifton2001-03-261-0/+375
|
* * i386-linux-tdep.c (i386_linux_sigtramp_saved_pc,Mark Kettenis2001-03-263-16/+38
| | | | | | | | | | | i386_linux_sigtramp_saved_sp): Make static. (i386_linux_frame_saved_pc): New function based on the old FRAME_SAVED_PC macro, but use read_memory_unsigned_integer instead of read_memory_integer. * config/i386/tm-linux.h (sigtramp_saved_pc): Remove definition. (i386_linux_sigtramp_saved_pc): Remove prototype. (FRAME_SAVED_PC): Redefine in terms of i386_linux_frame_saved_pc. (i386_linux_frame_saved_pc): New prototype.
* 2001-03-26 Chris Demetriou <cgd@broadcom.com>Chris Demetriou2001-03-262-0/+6
| | | | | * gas/mips/sync.s: Declare 'foo' as a function so that this test will work on properly on ECOFF targets.
* Do not optimize BFD_RELOC_390_GOTENT relocs.Nick Clifton2001-03-263-784/+955
| | | | Always generate relocs for VT_ relocs.
* Correct/clarify credit for C++ work.Jim Blandy2001-03-261-1/+9
|
* Mark m88k as known to be broken.Andrew Cagney2001-03-263-3/+13
|
* * fork-child.c (clone_and_follow_inferior): Delete #ifdefAndrew Cagney2001-03-262-4/+5
| | | | HAVE_VFORK.
* * config/i386/tm-symmetry.h (PUSH_ARGUMENTS): #undef.Mark Kettenis2001-03-262-0/+3
|
* * i386-tdep.c (i386_push_arguments, i386_store_struct_return): NewMark Kettenis2001-03-264-14/+47
| | | | | | | | | | | functions. * config/i386/tm-i386.h (PUSH_ARGUMENTS): New macro. (STORE_STRUCT_RETURN): Redefine in terms of i386_store_struct_return. (i386_push_arguments, i386_store_struct_return): New prototypes. * config/i386/tm-i386v.h (STORE_STRUCT_RETURN): Remove. It's definition was identical to the definition in "i386/tm-i386.h" so the new definition should suffice too.
* * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.Eli Zaretskii2001-03-267-253/+245
| | | | | | | | | | | * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright. Replace "GDB" with "@value{GDBN}". Fix markup. * annotate.texi: Change Permissions to GFDL. Update Copyright. * gdb.texinfo: Change Permissions to GFDL. Update Copyright. * gdbmi.texinfo: Update copyright. Change Permissions to GFDL.
* * event-loop.c (toplevel) [!HAVE_POLL] [NO_FD_SET]: Remove unusedEli Zaretskii2001-03-262-46/+3
| | | | definitions for SELECT, NBBY, FD_SETSIZE, NFDBITS, and MASK_SIZE.
* * gdb.texinfo (Output Formats): Mention "info symbol" and provideEli Zaretskii2001-03-262-0/+26
| | | | | a cross-reference to its description. (Symbols): Document "info symbol".
* Fix the date of the last entry.Eli Zaretskii2001-03-261-1/+1
|
* * config/djgpp/djconfig.sh: Add copyright notice.Eli Zaretskii2001-03-264-50/+99
| | | | | | | | | | | | | | | | | | | | | | | * ser-go32.c (rawclock): Remove prototype; include time.h instead. (ISR, dos_hookirq, isr_t): Convert K&R definition to ANSI C. (top level) <string.h>: Include gdb_string.h instead. (dos_noop, dos_raw, dos_noflush_set_tty_state) (dos_print_tty_state, dos_info): Remove ATTRIBUTE_UNUSED. * go32-nat.c (go32_create_inferior): Move the declaration of `environ' to here from the top level. (top level) <_initialize_go32_nat>: Remove redundant prototype. <gdb_string.h>: Include it instead of string.h. (store_register): Call register_buffer instead of accessing registers[] directly. (redir_cmdline_delete, redir_cmdline_parse, redir_to_debugger) (redir_to_debugger, redir_debug_init) [__DJGPP_MINOR__ < 3]: Put the function names at the start of the line. (go32_set_dr): Throw internal_error if the argument is not a valid debug register number. (go32_open, go32_close, go32_attach, go32_detach, go32_resume) (go32_wait, go32_xfer_memory, go32_files_info) (go32_terminal_info): Remove ATTRIBUTE_UNUSED.
* 2001-03-26 Andreas Jaeger <aj@suse.de>Andreas Jaeger2001-03-264-6/+14
| | | | | | | | * binutils.texi (nm): Fix texi syntax. 2001-03-26 Andreas Jaeger <aj@suse.de> * ld.texinfo (Overview): Fix syntax in texi code.
* *** empty log message ***Jim Blandy2001-03-261-0/+4
|
* * mips-tdep.c (mips_gdbarch_init): Tweak indentation.Jim Blandy2001-03-261-1/+1
|
* 2001-03-25 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni2001-03-262-2/+17
| | | | | | | | From Andrew Cagney <ac131313@redhat.com> * coffread.c: Include "gdb_assert.h". (coff_symtab_read): Cast the integer s_sclass to a long before casting it to a pointer.
* 2001-03-25 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni2001-03-263-2/+14
| | | | | | | | | From Andrew Cagney <ac131313@redhat.com> * coffread.c (coff_symtab_read): Initialize ``fcn_first_line_addr''. Check that the ``.bf'' always preceeds the ``.ef'' info. * dbxread.c (find_text_range): Initialize ``start'' and ``end''.
* Automate generate on man pagesNick Clifton2001-03-2531-8198/+8442
|
* Accept an absolute expression for index scale factor.Alan Modra2001-03-252-16/+29
|
* Small tweaks to sse2 instructions.Alan Modra2001-03-247-13/+53
|
* Revert previous change, committed to trunk accidentally.Jim Blandy2001-03-241-5/+5
|
* A single-file branch to help me keep things straight while adaptingJim Blandy2001-03-241-5/+5
| | | | | | GDB to the GNU V3 C++ ABI. * c-typeprint.c: Commit Dan Berlin's changes.
* * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Down grade toAndrew Cagney2001-03-246-7/+103
| | | | | | | | | GDB_MULTI_ARCH_PARTIAL from two. SOFTWARE_SINGLE_STEP is not multi-arch. * gdbarch.sh (SOFTWARE_SINGLE_STEP): Add. * gdbarch.h, gdbarch.c: Re-generate. * target.h (SOFTWARE_SINGLE_STEP_P) (SOFTWARE_SINGLE_STEP): Delete macro definitions.
* Re-vamp the register code so that a lot more is routed throughAndrew Cagney2001-03-247-86/+263
| | | | {read,write}_register_gen. Hook that function with multi-arch.
* Remove extraneous whitespaceNick Clifton2001-03-242-1/+5
|
* Fix compile time warnings.Nick Clifton2001-03-244-4/+9
|
* * stabsread.c (read_cpp_abbrev): Properly construct the names ofJim Blandy2001-03-242-1/+11
| | | | virtual function table pointer fields.
* Remove extraneous whitespaceNick Clifton2001-03-243-16/+21
|
* merge from gccDJ Delorie2001-03-232-6/+7
|
* * defs.h (xfree, mcalloc, mmalloc, mrealloc, mfree, xmmalloc,Andrew Cagney2001-03-233-72/+102
| | | | | | | | | | | | | | | | | | xmrealloc): Move existing declarations to the one place and re-order to be consistent. (xmcalloc, xmfree): Declare. (xmmalloc, xmrealoc): Assume ISO-C - use size_t and void* in declaration. * utils.c (size_t): Delete #ifdef defining size_t. (mmalloc, mrealloc, mcalloc, mfree): Re-order. (mmalloc, mrealloc, mcalloc): Document as only calls in GDB corresponding malloc, realloc, calloc. (mfree): Call free directly. (xmmalloc, xmrealloc): Clean up. Assume ISO-C. (xmcalloc, xmfree): New functions. Copy old xcalloc and xfree function bodies to here. (xcalloc, xfree): Call xmcalloc and xmfree respectfully.
* Support the GCC flags '-ffunction-sections' and '-fdata-sections'.Nick Clifton2001-03-232-0/+10
| | | | Set the VMA of STABS sections to zero.
* Fix -Werror -Wuninitialized warnings.Andrew Cagney2001-03-234-5/+25
|
* Document --listing-XXX command line switches.Nick Clifton2001-03-232-0/+70
| | | | Explain why listings behave differently when -pipe is used.
* fix_new_exp: Print an error if passed a register.Nick Clifton2001-03-232-0/+8
|
* Add note about inability to use "make distclean" in maintainer mode.Nick Clifton2001-03-232-0/+13
|
* Fix building bfd.pot in maintainer modeNick Clifton2001-03-239-1098/+1229
|
* * config/i386/nm-i386.h: Fix formatting and change reference toMark Kettenis2001-03-232-24/+27
| | | | i386-tdep.c to i386-nat.c.
* 2001-03-23 David Smith <dsmith@redhat.com>David Smith2001-03-233-390/+384
| | | | | * configure.in: Corrected spelling errors. * configure: Regenerated.
* * gas/cris/pic-err-1.s, gas/cris/rd-pic-1.s, gas/cris/rd-pic-1.d:Hans-Peter Nilsson2001-03-234-0/+113
| | | | New tests.
* * gas/cris/branch-warn-1.s, gas/cris/branch-warn-2.s,Hans-Peter Nilsson2001-03-234-9/+8
| | | | gas/cris/branch-warn-3.s: Tweak for fixed FIXME:s.
* * config/tc-cris.[ch]: Tweak attribution. Fix typos. PIC support.Hans-Peter Nilsson2001-03-233-88/+446
|
* Update list of obsolete targets.Andrew Cagney2001-03-232-1/+12
|
* Obsolete stuff.c and kdb-start.c.Andrew Cagney2001-03-235-221/+224
|
* * config/pa/xm-hppah.h (HPPA_COMPILER_BUG): Delete. GDB onlyAndrew Cagney2001-03-233-34/+8
| | | | | | | compiles using an ISO-C compiler. (MALLOC_INCOMPATIBLE): Ditto. * linespec.c (decode_line_1): Delete hack to work around HPPA_COMPILER_BUG.
* -Wuninitialized fixes.Andrew Cagney2001-03-223-1/+7
|
* Re-installed:Alexandre Oliva2001-03-224-2/+42
| | | | | | | | 2001-01-02 Laurynas Biveinis <lauras@softhome.net> * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add '-DPIC' to ac_cv_prog_cc_pic for DJGPP. * ltcf-cxx.sh: Likewise. * ltcf-gcj.sh: Likewise.
* * cris.h (ADD_PC_INCR_OPCODE): New macro.Hans-Peter Nilsson2001-03-222-0/+6
|
* * cp-demangle.c (string_list_delete): Don't forget to free theJim Blandy2001-03-222-1/+7
| | | | actual contents of the string.