aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-12-12Add el segundo testsNick Clifton4-25/+105
Fix formatting
2000-12-12Fix formattingNick Clifton6-47/+64
2000-12-12Fix formattingNick Clifton1-0/+6
2000-12-12Fix Formatting.Nick Clifton4-7/+14
2000-12-12Fix formatting.Nick Clifton6-50/+85
2000-12-12Update copyright datesNick Clifton1-1/+1
2000-12-112000-12-11 Fernando Nasser <fnasser@redhat.com>Fernando Nasser4-233/+253
* Makefile.in (CONFIG_LOBS): New macro. Configured to the files that must be added to the gdblib itself. (DEPFILES): Use CONFIG_LOBS, not CONFIG_OBS. (INIT_FILES): Include CONFIG_OBS. (gdb$(EXEEXT)): Depend on CONFIG_OBS and link with it. (kdb): Ditto. * configure.in (CONFIG_LOBS): New variable. Object files that must be added to gdblib for the specific configuration. * configure: Regenerate.
2000-12-112000-12-11 H.J. Lu <hjl@gnu.org>H.J. Lu3-7/+8
* gas/i386/intel.d: Adjusted for the a.out assembler. * gas/i386/intel.s: Likewise.
2000-12-112000-12-11 Michael Snyder <msnyder@cleaver.cygnus.com>Michael Snyder3-3/+11
* sh-tdep.c (sh_extract_struct_value_address): Protoize. 2000-12-11 Michael Snyder <msnyder@mvstp600e.cygnus.com> * blockframe.c (get_prev_frame): Add missing paren omitted in last check-in.
2000-12-112000-12-11 Fernando Nasser <fnasser@redhat.com>Fernando Nasser4-28/+51
* Makefile.in (SUBDIR_GDBTK_OBS, SUBDIR_GDBTK_SRCS, SUBDIR_GDBTK_DEPS, SUBDIR_GDBTK_INITS, SUBDIR_GDBTK_LDFLAGS, SUBDIR_GDBTK_CFLAGS): New macros. For gdbtk subdir. * configure.in: Fix typo. It is CONFIG_OBS not CONFIG_OJS. Use the SUBDIR_GDBTK_* macros instead of hard coded file names. * configure: Regenerate.
2000-12-112000-12-11 Michael Snyder <msnyder@mvstp600e.cygnus.com>Michael Snyder2-3/+8
* blockframe.c (get_prev_frame): Zero all fields of prev by default using memset (instead of one at a time).
2000-12-112000-12-11 Michael Snyder <msnyder@cleaver.cygnus.com>Michael Snyder2-2/+7
* sh-tdep.c (sh_extract_struct_value_address): For consistancy, change decl from "CORE_ADDR static" to "static CORE_ADDR".
2000-12-112000-12-11 Fernando Nasser <fnasser@redhat.com>Fernando Nasser3-6/+11
* configure.in: Fix typos. It is CONFIG_SRCS not CONFIG_SRS. * configure: Regenerate.
2000-12-112000-12-11 Fernando Nasser <fnasser@redhat.com>Fernando Nasser3-10/+17
* configure.in: Fix a couple of typos in the handling of the enable_gdbcli option. Make it check enableval for the result of AC_ARG_ENABLE. * configure: Regenerate.
2000-12-11 * hppa.h (DT_HP_*): Define relative to OLD_DT_LOOS for hpuxJeff Law2-13/+21
compatibility.
2000-12-11 * tc-i386.c (md_assemble): Refuse 's' and 'l' suffixes in the intelJan Hubicka4-99/+110
mode; convert 'd' suffix to 's' or 'l'; remove all DWORD_MNEM_SUFFIX references. (intel_e09_1): Convert QWORD to 'l' suffix for FP operations; refuse otherwise. * tc-i386.h (DWORD_MNEM_SUFFIX): Kill. (No_dSuf): Kill. * i386.h (*_Suf): Remove No_dSuf. (d_suf, wld_Suf,sld_Suf, sldx_Suf, bwld_Suf, d_FP, sld_FP, sldx_FP) Remove. (i386_optab): Remove 'd' in the suffixes.
2000-12-11 * NEWS: Add note about x86_64 architecture.Jan Hubicka4-0/+12
* MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
2000-12-112000-12-11 Ben Elliston <bje@redhat.com>Ben Elliston2-0/+13
* cgen-ops.h (SUBWORDDFDI): New function.
2000-12-11Replace #warning with #errorAlan Modra2-2/+6
2000-12-11Add 0x91 as an FPE SWI.Nick Clifton2-0/+5
2000-12-09Fix v850 test failuresNick Clifton2-1/+8
2000-12-09Add tic54x and tms320c54x to expected cpus list.Nick Clifton2-1/+6
2000-12-09Prevent re-read of instruction from wrong address.Nick Clifton2-34/+52
2000-12-09Update to match latest assembler output.Nick Clifton2-59/+62
2000-12-092000-12-09 Michael Chastain <chastain@redhat.com>Michael Chastain2-10/+18
* gdb.base/break.exp (test_clear_command): Use a marker function rather than 'main' for the test function. Also move this test to an execution point where the marker function names are guaranteed to be bound to functions. (Executing tests after a 'finish' from main runs into name conflicts with local names in __libc_start_main).
2000-12-09Regenerate fr30-dis.cNick Clifton2-28/+32
2000-12-09Expect the srec_test to fail for ARM targets because the -oformat linkerNick Clifton2-12/+19
command switch cannot be used.
2000-12-09Pass dwarf2_find_line_info as last parameter to invocation ofNick Clifton3-14/+29
_bfd_dwarf2_find_nearest_line.
2000-12-09Add - before rms to be more portable.DJ Delorie1-7/+7
2000-12-09Add xscale to list of Rel targetsNick Clifton1-0/+6
2000-12-092000-12-08 Kazu Hirata <kazu@hxi.com>Kazu Hirata4-78/+73
* elf64-alpha.c: Fix formatting. * elf64-hppa.c: Likewise. * elf64-mips.c: Likewise.
2000-12-09Fixup whitespaceNick Clifton1-1/+1
2000-12-08Generalize DWARF2 and COFF support.Nick Clifton17-215/+283
2000-12-082000-12-08 Michael Snyder <msnyder@mvstp600e.cygnus.com>Michael Snyder2-2/+14
* dwarf2read.c (DWARF2_REG_TO_REGNUM): New macro. Provide default definition. Will be used to translate between the compiler's register numbering and GDB's (for register variables etc). (new_symbol): Use DWARF2_REG_TO_REGNUM to translate register ids.
2000-12-082000-12-08 Michael Snyder <msnyder@mvstp600e.cygnus.com>Michael Snyder5-8/+16
* alpha-tdep.c: Fix typo in comment. * dbxread.c: Fix typo in comment. * fr30-tdep.c: Fix typo: newline missing after comment. * mcore-tdep.c: Fix typo in comment.
2000-12-08* gdbserver/low-hppabsd.c (buf2, environ, quit, quit_flag):J.T. Conklin9-61/+186
Removed unused variables and declarations. * gdbserver/low-linux.c (buf2, environ, query, quit, quit_flag): Likewise. * gdbserver/low-nbsd.c (buf2, environ, quit, quit_flag): Likewise. * gdbserver/low-sparc.c (buf2, environ, query, quit, quit_flag): Likewise. * gdbserver/low-sun.c (buf2, environ, query, quit, quit_flag): Likewise. * gdbserver/low-hppabsd.c, gdbserver/low-linux.c, gdbserver/low-nbsd.c, gdbserver/low-sparc.c, gdbserver/low-sun3.c (create_inferior): Update comment. * gdbserver/low-nbsd.c (initialize_arch, fetch_inferior_registers, store_inferior_registers): Provide implementations for the m68k and ns32k. * config/m68k/nbsd.mt (GDBSERVER_DEPFILES): Add low-nbsd.o * config/ns32k/nbsd.mt (GDBSERVER_DEPFILES): Likewise. * configure.tgt (m68*-*-netbsd*, ns32k-*-netbsd*): Add gdbserver to configdirs. -------------------------------------------------------------------
2000-12-082000-12-07 Michael Snyder <msnyder@cleaver.cygnus.com>Michael Snyder4-0/+333
* gdb.base/finish.exp: New test for gdb's "finish" command. * gdb.base/return2.exp: New test for gdb's "return" command. * gdb.base/return2.c: New source file for above.
2000-12-082000-12-08 Kazu Hirata <kazu@hxi.com>Kazu Hirata12-309/+285
* coffgen.c: Fix formatting. * elf32-i386.c: Likewise. * elf32-i960.c: Likewise. * elf32-m68k.c: Likewise. * elf32-mcore.c: Likewise. * elf32-ppc.c: Likewise. * elf32-sh.c: Likewise. * elf32-sparc.c: Likewise. * elf32-v850.c: Likewise. * elf64-sparc.c: Likewise. * elf-m10300.c: Likewise.
2000-12-082000-12-07 Andrew Haley <aph@redhat.com>Andrew Haley2-39/+150
* readelf.c (display_debug_frames): Only display columns that are referenced by the frame debug info.
2000-12-08* safe-ctype.c: New file.DJ Delorie11-77/+243
* Makefile.in (CFILES): Add safe-ctype.c. (REQUIRED_OFILES): Add safe-ctype.o. * argv.c: Define ISBLANK and use it, not isspace. * basename.c, cplus-dem.c, fnmatch.c, pexecute.c, strtod.c, strtol.c, strtoul.c: Include safe-ctype.h, not ctype.h. Use uppercase ctype macros. Don't test ISUPPER(c)/ISLOWER(c) before calling TOLOWER(c)/TOUPPER(c).
2000-12-08Actually add safe-ctype.hChristopher Faylor1-0/+105
2000-12-08* safe-ctype.h: New file.Christopher Faylor1-0/+4
2000-12-082000-11-15 Jim Blandy <jimb@redhat.com>Michael Chastain2-24/+37
* sim_calls.c: Doc fix. (sim_fetch_register, sim_store_register): Call gdbarch_register_name directly, instead of going through REGISTER_NAME macro.
2000-12-08oops - remove redundant prototype introduced in previous deltaNick Clifton1-2/+0
2000-12-08Add emulation of double word load and store instructions.Nick Clifton2-3/+348
2000-12-07#warn -> #warningAlan Modra2-1/+5
2000-12-07* Makefile.in (distclean): When cleaning, remove testsuite.DJ Delorie2-0/+5
2000-12-07* add sid/ delegationFrank Ch. Eigler1-0/+4
2000-12-072000-12-07 Kazu Hirata <kazu@hxi.com>Kazu Hirata3-248/+243
* elf32-ppc.c: Fix formatting. * elf64-x86-64.c: Likewise.
2000-12-072000-12-07 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni3-29/+46
* config/sh/tm-sh.h (struct gdbarch_tdep): Rename fields {FP15,DR14,FV12}_REGNUM to {FP,DR,FV}_LAST_REGNUM. * sh-tdep.c (sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type, sh_do_registers_info, sh_gdbarch_init, sh_sh4_register_byte, sh_sh4_register_raw_size, sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual, sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register, sh_store_pseudo_register, sh_do_pseudo_register): Ditto. * sh-tdep.c (sh_gdbarch_init): Use a function pointer to set the disassembly print function. (_initialize_sh_tdep): Initialize tm_print_insn using the function pointer.