aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-06-082001-06-07 H.J. Lu <hjl@gnu.org>H.J. Lu3-4/+25
* gas/elf/section2.e-mips: New file. * gas/elf/elf.exp (run_list_test): Add suffix. Pass -mips as suffix to run_list_test for mips.
2001-06-08*** empty log message ***gdbadmin1-1/+1
2001-06-072001-06-07 H.J. Lu <hjl@gnu.org>H.J. Lu3-4/+9
* configure.in: Move "mips-*-linux-gnu*" before "mips-*-gnu*". * configure: Regenerate.
2001-06-07 * tracepoint.c (tracepoint_opertation): Add ui eventKeith Seitz2-0/+11
notifications. (trace_pass_command): Ditto.
2001-06-07Jeff Law sepped down as HP/UX maintainer.Andrew Cagney2-2/+3
2001-06-07Doco write-after-approval criteria.Andrew Cagney2-0/+7
2001-06-07* gdbarch.sh: Make sure that '[' doesn't interpret interestingJim Blandy2-31/+36
variable values as operators.
2001-06-07 * gdb-events.sh: Fix quote escaping which was obsoletedKeith Seitz2-1/+6
by last patch.
2001-06-07 * gdb-events.sh: Make if statements and testsKeith Seitz2-32/+52
a little more portable. Don't use shell's echo command to put strings containing escaped characeters into a file -- different flavors of /bin/sh require differnt levels of escaping. Use cat <<EOF instead. Our internal field separator is a colon. Change all commands which assume it is a space.
2001-06-07* lin-lwp.c (struct lwp_info): Add member `resumed'.Mark Kettenis2-12/+79
(iterate_over_lwps): Make sure we can handle CALLBACK deleting the LWP it's called for. (lin_lwp_attach): Mark LWP as resumed to make sure the fake SIGSTOP is reported. (resume_clear_callback): New function. (resume_set_callback): New function. (lin_lwp_resume): Mark all LWP's that we're going to resume as resumed, and unmark all others. (status_callback): Only report a pending wait status if we pretend that LP has been resumed. (resumed_callback): New function. (lin_lwp_wait): Add assertions to check that LWP's are properly marked as resumed. Partially revert 2001-05-25 patch by Michael Snyder: do not resume all threads. Add comment explaining the problems associated with this bit of code.
2001-06-07 * MAINTAINTERS: Syd Polk is stepping down fromKeith Seitz2-2/+7
maintaining libgui. I am replacing him.
2001-06-072001-06-07 H.J. Lu <hjl@gnu.org>H.J. Lu2-1/+6
* gas/elf/section2.l: Match ".*GAS.*" instead of "GAS LISTING .*".
2001-06-072001-06-07 H.J. Lu <hjl@gnu.org>H.J. Lu3-3/+11
* elf32-mips.c (_bfd_mips_elf_object_p): Set the bad symtab for SGI only. * config.bfd: Remove ecoff from Linux/mips.
2001-06-072001-06-07 H.J. Lu <hjl@gnu.org>H.J. Lu3-244/+251
* configure.in: Use MIPS_STABS_ELF for Linux/mips and remove ecoff emulation. * configure: Regenerate.
2001-06-072001-06-07 H.J. Lu <hjl@gnu.org>H.J. Lu2-0/+6
* gas/mips/mips.exp: Set xfail for "lineno" on Linux/mips.
2001-06-072001-06-07 H.J. Lu <hjl@gnu.org>H.J. Lu2-0/+10
* config/tc-mips.c (mips_pseudo_table): Add "extern" if MIPS_STABS_ELF is defined.
2001-06-07Fix typos.H.J. Lu2-2/+2
2001-06-072001-06-07 H.J. Lu <hjl@gnu.org>H.J. Lu3-2/+7
* readelf.ss-mips: Support stabs. * binutils-all/readelf.ss-tmips: Likewise.
2001-06-072001-06-06 H.J. Lu <hjl@gnu.org>H.J. Lu9-16/+27
* gas/mips/empic.d: Support stabs. * gas/mips/mips16-e.d: Likewise. * gas/mips/mips16-f.d: Likewise. * gas/mips/mipsel16-f.d: Likewise. * gas/mips/telempic.d: Likewise. * gas/mips/tempic.d: Likewise. * gas/mips/tmips16-e.d: Likewise. * gas/mips/tmipsel16-e.d: Likewise.
2001-06-07 * config/mips/tm-irix6.h: New file.Eli Zaretskii9-3/+239
* config/mips/irix6.mh: New file. * config/mips/irix6.mt: New file. * config/mips/xm-irix6.h: New file. * config/mips/nm-irix6.h: New file. * mips-tdep.c (mips_gdbarch_init) <MIPS_ABI_N32>: Set up the disassembler info in tm_print_insn_info as appropriate for the N32 ABI. Force N32 ABI to be the default if the CPU is R8000 or R10000. * configure.tgt (mips*-sgi-irix6*): Map to irix6. * configure.host (mips*-sgi-irix6*): Ditto.
2001-06-07s/abort/gdb_assert/Andrew Cagney2-2/+7
2001-06-072001-06-07 Andreas Jaeger <aj@suse.de>Andreas Jaeger2-9/+22
* elf64-x86-64.c (elf64_x86_64_finish_dynamic_symbol): Add an assertion. (elf64_x86_64_check_relocs): Fix VTENTRY relocation; set an alignment of 8 for .rela sections; handle further relocations.
2001-06-07 * emulparms/elf_x86_64.sh (NONPAGED_TEXT_START_ADDR): Increase.Andreas Jaeger2-9/+14
(TEXT_START_ADDR): Likewise.
2001-06-07* gdb.base/return2.exp (main): Use values to test float and doubleJim Blandy1-2/+21
returns that are not NaN's, to avoid being confused by IEEE comparison rules.
2001-06-072001-06-06 H.J. Lu <hjl@gnu.org>H.J. Lu6-0/+63
* gas/mips/elf-rel3.s: New file. * gas/mips/elf-rel3.d: Likewise. * gas/mips/elfel-rel3.s: Likewise. * gas/mips/elfel-rel3.d: Likewise. * gas/mips/mips.exp: Run elf-rel3/elfel-rel3.
2001-06-06* cp-abi.h: Rearrange code to put documentation comments above theJim Blandy2-46/+78
functions we export. The actual function table itself simply refers to those functions. Minor doc fixes.
2001-06-06* gdb.base/return2.exp (main): Use values to test float and doubleJim Blandy1-0/+6
returns that are not NaN's, to avoid being confused by IEEE comparison rules.
2001-06-06Fix a typo.H.J. Lu1-1/+1
2001-06-062001-06-06 H.J. Lu <hjl@gnu.org>H.J. Lu5-0/+56
* gas/elf/elf.exp (run_list_test): New. Run section2 with run_list_test. * gas/elf/section2.e: New file. * gas/elf/section2.l: Likewise. * gas/elf/section2.s: Likewise.
2001-06-062001-06-06 H.J. Lu <hjl@gnu.org>H.J. Lu9-10/+43
* ld-bootstrap/bootstrap.exp: Rebuild tmpdir/ld2 with tmpdir/ld3 on Linux/mips. * ld-elfvers/vers.exp: Also run on istarget Linux/mips. * ld-elfvsb/elfvsb.exp: Likewise. * ld-shared/shared.exp: Likewise. * ld-selective/selective.exp: Mark selective2, selective3, selective4 and selective5 xfail on Linux/mips. * ld-shared/main.c: Skip invalid -Bsymbolic tests on Linux/mips. * symbolic.dat: Remove invalid -Bsymbolic tests on Linux/mips. * ld-srec/srec.exp: Add Linux/mips to xfail.
2001-06-062001-06-04 Michael Snyder <msnyder@redhat.com>Michael Snyder2-1/+12
* gdb.threads/pthreads.exp (check_control_c): Return 0 for success, non-zero if control_c fails. Terminate the test on failure, rather than wait for 12 more tests to time out.
2001-06-06* gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):Jim Blandy2-2/+5
Don't forget to match the GDB prompt.
2001-06-06* gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.Jim Blandy3-6/+10
2001-06-06* gdbarch.sh: Changes to effect the following:Jim Blandy5-0/+36
* gdbarch.c (initialize_non_multiarch): New function. * gdbarch.h (initialize_non_multiarch): New declaration. * arch-utils.c (initialize_current_architecture): For non-multiarch configurations, call initialize_non_multiarch.
2001-06-06Remove L fromlist of accepting listin goptionsNick Clifton2-1/+5
2001-06-06Delete some unnecessary PTR uses.Andrew Cagney2-6/+8
2001-06-06Remove warnings building z8k port.Nick Clifton7-160/+130
Fix ld -r behaviour
2001-06-06* arch-utils.c (generic_prepare_to_proceed): Allow for havingJonathan Larmour6-12/+39
stopped due to a Ctrl-C as well as breakpoints. * hppa-tdep.c (hppa_prepare_to_proceed): Add FIXME as this may not support thread switches after Ctrl-C. * lin-lwp.c (lin_lwp_prepare_to_proceed): Ditto. * linux-thread.c (linuxthreads_prepare_to_proceed): Ditto. * m3-nat.c (mach3_prepare_to_proceed): Ditto.
2001-06-06* gdbarch.sh, gdbarch.c: Revert change of 2001-06-01; allJim Blandy3-104/+95
per-architecture data should be registered at initialization time, before any gdbarch objects get used, so the generality is unnecessary.
2001-06-06 * gdb-events.sh (function_list): Add tracepoint_create,Keith Seitz4-0/+115
tracepoint_delete, and tracepoint_modify events. * gdb-events.c: Regenerated. * gdb-events.h: Regenerated.
2001-06-06Regenerate...Keith Seitz2-2/+2
* gdb-events.sh: Update copyrights. Change free to xfree. * gdb-events.c: Regenerated. * gdb-events.h: Regenerated.
2001-06-06 * gdb-events.sh: Update copyrights.Keith Seitz2-4/+11
Change free to xfree. * gdb-events.c: Regenerated. * gdb-events.h: Regenerated.
2001-06-06correct some 68k/ColdFire problemsNick Clifton5-15/+30
2001-06-06 * ld-undefined/undefined.exp: Add a setup_xfail line for a testAlan Modra2-0/+12
that will always fail on s/390.
2001-06-06 * configure.host: Set HOSTING_CRT0/HOSTING_LIBS correctly for s/390.Alan Modra2-3/+7
2001-06-06 * config/tc-s390.h (TC_FORCE_RELOCATION): Always emit relocationsAlan Modra1-0/+5
BFD_RELOC_VTABLE_INHERIT and BFD_RELOC_VTABLE_ENTRY.
2001-06-06* config/tc-s390.h (TC_FORCE_RELOCATION): Always emit relocationsAlan Modra1-0/+4
BFD_RELOC_VTABLE_INHERIT and BFD_RELOC_VTABLE_ENTRY.
2001-06-06 * source.c (mod_path, openp): Use #ifdef HAVE_DOS_BASED_FILE_SYSTEMEli Zaretskii4-5/+12
instead of #if HAVE_DOS_BASED_FILE_SYSTEM. * completer.c: Ditto. * cli/cli-cmds.c (cd_command): Ditto.
2001-06-06 * i386-dis.c (cond_jump_flag, loop_jcxz_flag): Define.Alan Modra2-65/+126
(cond_jump_mode, loop_jcxz_mode): Define. (dis386_att): Add cond_jump_flag and loop_jcxz_flag as appropriate, and 'F' suffix to loop insns. (disx86_64_att): Likewise. (dis386_twobyte_att): Likewise. (print_insn_i386): Don't output addr prefix for loop, jcxz insns. Output data size prefix for long conditional jumps. Output cs and ds branch hints. (putop): Handle 'F', and mark PREFIX_ADDR used for case 'E'. (OP_J): Don't make PREFIX_DATA used.
2001-06-06 * config/tc-i386.c (md_assemble): Handle Pentium4 branch hints.Alan Modra2-11/+24
<JumpByte, JumpDword insn output>: Remove dead code.