summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 2002-12-18 H.J. Lu <hjl@gnu.org>H.J. Lu2002-12-194-2/+14
| | | | | | | * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR). * Makefile.in: Regenerated. * configure.in (build_prefix): New. Substitute.
* *** empty log message ***gdbadmin2002-12-191-1/+1
|
* daily updateAlan Modra2002-12-181-1/+1
|
* [ opcodes/ChangeLog ]Chris Demetriou2002-12-1816-60/+343
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2002-12-18 Chris Demetriou <cgd@broadcom.com> * mips-opc.c (mips_builtin_opcodes): Remove one "ror" and two "dror" entries, and reorder the remaining "dror" and "ror" entries. [ gas/ChangeLog ] 2002-12-18 Chris Demetriou <cgd@broadcom.com> * config/tc-mips.c (macro): In M_DROL, M_DROR, M_ROL, and M_ROR, use hardware rotate ops as appropriate. In M_DROL_I, M_DROR_I, M_ROL_I, and M_ROR_I, simplify code, clean up warnings, and arrange not to issue warnings about use of AT when AT is not actually used. [ gas/testsuite/ChangeLog ] 2002-12-18 Chris Demetriou <cgd@broadcom.com> * gas/mips/rol.s: Add ".set noat" and some new instructions to test. * gas/mips/rol64.s: Likewise. * gas/mips/rol.l: New file. * gas/mips/rol.d: Adjust to use rol.l and for rol.s changes. * gas/mips/rol64.l: New file. * gas/mips/rol64.d: Adjust to use rol64.l and for rol64.s changes. * gas/mips/rol-hw.d: New file. * gas/mips/rol-hw.l: New file. * gas/mips/rol64-hw.d: New file. * gas/mips/rol64-hw.l: New file. * gas/mips/mips.exp: Run rol-hw and rol64-hw tests.
* kill bogus line between the last 2 entriesChris Demetriou2002-12-181-1/+0
|
* * Makefile.tpl: Don't let real targets depend on phony targets.Nathanael Nerode2002-12-183-2/+5
| | | | * Makefile.in: Regenerate.
* 2002-12-18 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2002-12-184-9/+30
| | | | | | | | | * frame.c (deprecated_update_current_frame_pc_hack): Replace deprecated_update_current_frame_pc_hack. (deprecated_update_frame_base_hack): New function. * frame.h (deprecated_update_frame_pc_hack): Replace (deprecated_update_frame_base_hack): Declare. * infrun.c (normal_stop): Update.
* Add win32 library search path.Nick Clifton2002-12-182-1/+3
|
* Add win32 machine depending section.Nick Clifton2002-12-183-2/+123
|
* Test the auto importing direct from a dll functionality.Nick Clifton2002-12-184-0/+243
|
* 2002-12-18 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2002-12-182-22/+33
| | | | | | | | | | * rs6000-tdep.c (rs6000_init_extra_frame_info): Use frame_extra_info_zalloc. (rs6000_frame_args_address): Use get_frame_extra_info. (frame_get_saved_regs): Use get_frame_saved_regs. (frame_initial_stack_address): Use get_frame_saved_regs and get_frame_extra_info. (frame_initial_stack_address): Use get_frame_extra_info.
* * bfd/reloc.c (struct reloc_howto_struct): Revise src_mask andAlan Modra2002-12-183-22/+26
| | | | | dst_mask comments. * bfd-in2.h: Regenerate.
* * elf32-ppc.c (ppc_elf_relocate_section): Reorganize dynamic relocAlan Modra2002-12-182-6/+15
| | | | code a little. Comment on dynamic relocs against section symbols.
* 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>Nathanael Nerode2002-12-183-4/+11
| | | | | * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo. * Makefile.in: Regenerate.
* *** empty log message ***gdbadmin2002-12-181-1/+1
|
* 2002-12-17 David Carlton <carlton@math.stanford.edu>David Carlton2002-12-176-151/+140
| | | | | | | | | * gdb.c++/try_catch.cc: Add marker comments. * gdb.c++/try_catch.exp: Get line numbers from marker comments. * gdb.c++/m-data.cc: Delete namespace __gnu_test. * gdb.c++/m-static.cc: Ditto. * gdb.c++/m-static1.cc: Ditto. * gdb.c++/try_catch.cc: Ditto.
* Don't use NUM_REGS to determine array size.Kevin Buettner2002-12-172-3/+24
|
* daily updateAlan Modra2002-12-171-1/+1
|
* * armnbsd-tdep.c (ARM_NBSD_JB_PC): Renamed from JB_PC.Richard Earnshaw2002-12-172-4/+10
| | | | | All uses changed (ARM_NBSD_JB_ELELMENT_SIZE): Similarly.
* * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was aJason Merrill2002-12-173-8/+20
| | | | | previous 'make bootstrap'. * Makefile.in: Regenerate.
* 2002-12-17 David Carlton <carlton@math.stanford.edu>David Carlton2002-12-172-2/+8
| | | | | * symtab.c (lookup_partial_symbol): Don't search past the end of the partial symbols.
* 2002-12-17 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2002-12-173-3/+8
| | | | | * stack.c (frame_info): Use get_frame_saved_regs. * breakpoint.c (until_break_command): Use get_frame_pc.
* Don't search for data import when auto-import is disabled.Nick Clifton2002-12-172-63/+75
|
* Duplicate --keep-locals entry in order to prevent it being confused with -k.Nick Clifton2002-12-172-0/+9
|
* Use LD_PATHMAX+1 to account for trailing '\0'.Nick Clifton2002-12-172-2/+7
|
* Duplicate entry for --compact-implib so that it is not confused with -c.Nick Clifton2002-12-172-0/+8
|
* 2002-12-16 Chris Demetriou <cgd@broadcom.com>Chris Demetriou2002-12-172-2/+6
| | | | * tconfig.in: Include "gdb/callback.h" and "gdb/remote-sim.h".
* * xstormy16-asm.c (parse_immediate16): Add prototype.DJ Delorie2002-12-172-0/+6
|
* * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.Hans-Peter Nilsson2002-12-172-1/+5
|
* * configure.host (ia64-*-hpux*): Support 64 bit targets usingAlan Modra2002-12-172-1/+10
| | | | the HP compiler's "long long".
* * xstormy16-asm.c: Regenerate.DJ Delorie2002-12-172-1/+56
|
* * xstormy16.h (START_RELOC_NUMBERS) Add relocation numbersDJ Delorie2002-12-172-0/+8
| | | | for R_XSTORMY16_LO16 and R_XSTORMY16_HI16.
* * config/tc-xstormy16.c (md_cgen_lookup_reloc): If a relocationDJ Delorie2002-12-172-0/+8
| | | | has already been set up, use it.
* * elf32-xstormy16.c (xstormy16_elf_howto): Add R_XSTORMY16_LO16DJ Delorie2002-12-172-1/+41
| | | | | | | and R_XSTORMY16_HI16) howto entries. (xstormy16_reloc_map): Map R_XSTORMY16_{LO,HI}16 to BFD_RELOC_{LO,HI}16. (xstormy16_info_to_howto_rela): Use R_XSTORMY16_GNU_VTINHERIT to determine the start of the second reloc table.
* Revert debugging changeChristopher Faylor2002-12-171-1/+1
|
* * configure.in: Remove --enable-shared option. It shouldn't be used for gdb.Christopher Faylor2002-12-174-10/+9
| | | | * configure: Regenerate.
* * mh-cygwin: Don't build libtermcap if it doesn't exist.Christopher Faylor2002-12-172-4/+8
|
* * config/cygwin.cache: Prime mbstate_t.Christopher Faylor2002-12-172-0/+5
|
* * ChangeLog-9295: Fix a typo.Kazu Hirata2002-12-1715-15/+32
| | | | | | | | | | | | | | | | * README: Likewise. * config/tc-d10v.c: Fix a comment typo. * config/tc-dlx.c: Likewise. * config/tc-h8300.h: Likewise. * config/tc-h8500.h: Likewise. * config/tc-mips.c: Likewise. * config/tc-s390.c: Likewise. * config/tc-sh.h: Likewise. * config/tc-tic80.h: Likewise. * config/tc-w65.h: Likewise. * config/tc-z8k.c: Likewise. * config/tc-z8k.h: Likewise. * testsuite/gas/h8300/cmpsi2.s: Likewise.
* Replace complain() with complaint().Kevin Buettner2002-12-1715-717/+644
|
* *** empty log message ***gdbadmin2002-12-171-1/+1
|
* daily updateAlan Modra2002-12-161-1/+1
|
* 2002-12-16 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2002-12-1673-21275/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * config/arc/arc.mt, config/arc/tm-arc.h: Delete. * config/d30v/d30v.mt, config/d30v/tm-d30v.h: Delete. * config/fr30/fr30.mt, config/fr30/tm-fr30.h: Delete. * config/i386/i386aix.mh, config/i386/i386aix.mt: Delete. * config/i386/i386m3.mh, config/i386/i386m3.mt: Delete. * config/i386/i386mach.mh, config/i386/i386os9k.mt: Delete. * config/i386/nm-i386aix.h, config/i386/nm-i386mach.h: Delete. * config/i386/nm-m3.h, config/i386/tm-i386aix.h: Delete. * config/i386/tm-i386m3.h, config/i386/tm-i386mk.h: Delete. * config/i386/xm-i386aix.h, config/i386/xm-i386m3.h: Delete. * config/i386/xm-i386mach.h, config/i386/xm-i386mk.h: Delete. * config/i960/mon960.mt, config/i960/nindy960.mt: Delete. * config/i960/tm-i960.h, config/i960/tm-mon960.h: Delete. * config/i960/tm-nindy960.h, config/i960/tm-vx960.h: Delete. * config/i960/vxworks960.mt, config/m68k/apollo68b.mh: Delete. * config/m68k/apollo68b.mt, config/m68k/apollo68v.mh: Delete. * config/m68k/hp300bsd.mh, config/m68k/hp300bsd.mt: Delete. * config/m68k/hp300hpux.mh, config/m68k/hp300hpux.mt: Delete. * config/m88k/delta88.mh, config/m88k/delta88.mt: Delete. * config/m88k/delta88v4.mh, config/m88k/delta88v4.mt: Delete. * config/m88k/m88k.mh, config/m88k/m88k.mt: Delete. * config/m88k/nm-delta88v4.h, config/m88k/nm-m88k.h: Delete. * config/m88k/tm-delta88.h, config/m88k/tm-delta88v4.h: Delete. * config/m88k/tm-m88k.h, config/m88k/xm-delta88.h: Delete. * config/m88k/xm-dgux.h: Delete. * fr30-tdep.c, i386aix-nat.c, i386m3-nat.c: Delete. * i386mach-nat.c, i960-tdep.c, m88k-nat.c: Delete. * os9kread.c, remote-bug.c, remote-nindy.c: Delete. * remote-nrom.c, remote-os9k.c, remote-vx960.c: Delete. * d30v-tdep.c, arc-tdep.c, cxux-nat.c, dst.h, dstread.c: Delete. * ch-exp.c, ch-lang.c, ch-lang.h, ch-typeprint.c: Delete. * ch-valprint.c: Delete.
* 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-12-162-3/+20
| | | | | | | * lib/mi-support.exp (mi_reinitialize_dir): Check mi level to see whether we are using the new -environment-directory command which resets via -r or the old version of the command which may prompt the user. Part of fix for gdb/741.
* 2002-11-23 H.J. Lu <hjl@gnu.org>H.J. Lu2002-12-162-0/+102
| | | | * accross.m4: New.
* Remove obsolete testsuite code.Andrew Cagney2002-12-1678-7572/+47
|
* Add support to skip import libraries for performance reasons and insteadNick Clifton2002-12-169-72/+208
| | | | use the direct auto-import of dll's
* * hppa-hpux-tdep.c: New file.Joel Brobecker2002-12-165-3/+54
| | | | | | | | | * hppa-tdep.c (hppa_gdbarch_init): call the registered osabi- specific initialization routines. * Makefile.in (ALLDEPFILES): Add hppa-hpux-tdep.c. (hppa-hpux-tdep.o): Add rule. * config/pa/hppahpux.mt (TDEPFILES): Add hppa-hpux-tdep.o. * config/pa/hppa64.mt (TDEPFILES): Likewise.
* Fix the reading of the debugging information of Tru64/Alpha binaries thatNick Clifton2002-12-162-42/+169
| | | | are produced by recent Compaq compilers.
* * config/tc-d30v.c (check_range): Warning fixes, formatting.Alan Modra2002-12-164-12/+18
| | | | | | | Simplify sign extension. Remove redundant unsigned < 0 test. * config/tc-i960.c (md_ri_to_chars): Prototype. * config/tc-mcore.c (md_pseudo_table): Fix typo. (dump_literals): Init brarsym, and test later instead of isforce.