aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-03-27 * configure.tgt (cris-*-*): Change default emulation to criself.Hans-Peter Nilsson2-1/+9
(cris-*-*aout*): New rule.
2001-03-27Remove ATTRIBUTE_UNUSED in the last patch.H.J. Lu2-2/+2
2001-03-27Add AIX5 procfs support.Kevin Buettner5-290/+775
2001-03-272001-03-26 H.J. Lu <hjl@gnu.org>H.J. Lu3-0/+75
* elf32-gen.c (elf32_generic_link_add_symbols): New. Check if there are any relocations for generic ELF. (bfd_elf32_bfd_link_add_symbols): Defined to elf32_generic_link_add_symbols. * elf64-gen.c (elf64_generic_link_add_symbols): New. Check if there are any relocations for generic ELF. (bfd_elf64_bfd_link_add_symbols): Defined to elf64_generic_link_add_symbols.
2001-03-27Add new step-line test.Kevin Buettner5-1/+231
2001-03-27 * symtab.c (find_pc_sect_line): Revise method used for findingKevin Buettner2-4/+16
the ending pc.
2001-03-27Go to 16k page size on hppa-linux.Alan Modra2-3/+8
2001-03-26oops - omitted from previous deltaNick Clifton1-0/+375
2001-03-26* i386-linux-tdep.c (i386_linux_sigtramp_saved_pc,Mark Kettenis3-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-262001-03-26 Chris Demetriou <cgd@broadcom.com>Chris Demetriou2-0/+6
* gas/mips/sync.s: Declare 'foo' as a function so that this test will work on properly on ECOFF targets.
2001-03-26Do not optimize BFD_RELOC_390_GOTENT relocs.Nick Clifton3-784/+955
Always generate relocs for VT_ relocs.
2001-03-26Correct/clarify credit for C++ work.Jim Blandy1-1/+9
2001-03-26Mark m88k as known to be broken.Andrew Cagney3-3/+13
2001-03-26* fork-child.c (clone_and_follow_inferior): Delete #ifdefAndrew Cagney2-4/+5
HAVE_VFORK.
2001-03-26* config/i386/tm-symmetry.h (PUSH_ARGUMENTS): #undef.Mark Kettenis2-0/+3
2001-03-26* i386-tdep.c (i386_push_arguments, i386_store_struct_return): NewMark Kettenis4-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.
2001-03-26 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.Eli Zaretskii7-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.
2001-03-26 * event-loop.c (toplevel) [!HAVE_POLL] [NO_FD_SET]: Remove unusedEli Zaretskii2-46/+3
definitions for SELECT, NBBY, FD_SETSIZE, NFDBITS, and MASK_SIZE.
2001-03-26 * gdb.texinfo (Output Formats): Mention "info symbol" and provideEli Zaretskii2-0/+26
a cross-reference to its description. (Symbols): Document "info symbol".
2001-03-26Fix the date of the last entry.Eli Zaretskii1-1/+1
2001-03-26 * config/djgpp/djconfig.sh: Add copyright notice.Eli Zaretskii4-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-262001-03-26 Andreas Jaeger <aj@suse.de>Andreas Jaeger4-6/+14
* binutils.texi (nm): Fix texi syntax. 2001-03-26 Andreas Jaeger <aj@suse.de> * ld.texinfo (Overview): Fix syntax in texi code.
2001-03-26*** empty log message ***Jim Blandy1-0/+4
2001-03-26* mips-tdep.c (mips_gdbarch_init): Tweak indentation.Jim Blandy1-1/+1
2001-03-262001-03-25 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni2-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-262001-03-25 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni3-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''.
2001-03-25Automate generate on man pagesNick Clifton31-8198/+8442
2001-03-25Accept an absolute expression for index scale factor.Alan Modra2-16/+29
2001-03-24Small tweaks to sse2 instructions.Alan Modra7-13/+53
2001-03-24Revert previous change, committed to trunk accidentally.Jim Blandy1-5/+5
2001-03-24A single-file branch to help me keep things straight while adaptingJim Blandy1-5/+5
GDB to the GNU V3 C++ ABI. * c-typeprint.c: Commit Dan Berlin's changes.
2001-03-24* config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Down grade toAndrew Cagney6-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.
2001-03-24Re-vamp the register code so that a lot more is routed throughAndrew Cagney7-86/+263
{read,write}_register_gen. Hook that function with multi-arch.
2001-03-24Remove extraneous whitespaceNick Clifton2-1/+5
2001-03-24Fix compile time warnings.Nick Clifton4-4/+9
2001-03-24* stabsread.c (read_cpp_abbrev): Properly construct the names ofJim Blandy2-1/+11
virtual function table pointer fields.
2001-03-24Remove extraneous whitespaceNick Clifton3-16/+21
2001-03-23merge from gccDJ Delorie2-6/+7
2001-03-23* defs.h (xfree, mcalloc, mmalloc, mrealloc, mfree, xmmalloc,Andrew Cagney3-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.
2001-03-23Support the GCC flags '-ffunction-sections' and '-fdata-sections'.Nick Clifton2-0/+10
Set the VMA of STABS sections to zero.
2001-03-23Fix -Werror -Wuninitialized warnings.Andrew Cagney4-5/+25
2001-03-23Document --listing-XXX command line switches.Nick Clifton2-0/+70
Explain why listings behave differently when -pipe is used.
2001-03-23fix_new_exp: Print an error if passed a register.Nick Clifton2-0/+8
2001-03-23Add note about inability to use "make distclean" in maintainer mode.Nick Clifton2-0/+13
2001-03-23Fix building bfd.pot in maintainer modeNick Clifton9-1098/+1229
2001-03-23* config/i386/nm-i386.h: Fix formatting and change reference toMark Kettenis2-24/+27
i386-tdep.c to i386-nat.c.
2001-03-232001-03-23 David Smith <dsmith@redhat.com>David Smith3-390/+384
* configure.in: Corrected spelling errors. * configure: Regenerated.
2001-03-23 * gas/cris/pic-err-1.s, gas/cris/rd-pic-1.s, gas/cris/rd-pic-1.d:Hans-Peter Nilsson4-0/+113
New tests.
2001-03-23 * gas/cris/branch-warn-1.s, gas/cris/branch-warn-2.s,Hans-Peter Nilsson4-9/+8
gas/cris/branch-warn-3.s: Tweak for fixed FIXME:s.
2001-03-23 * config/tc-cris.[ch]: Tweak attribution. Fix typos. PIC support.Hans-Peter Nilsson3-88/+446