deliverable/binutils-gdb.git
19 years ago * ax-gdb.c (gen_expr): Add UNOP_PLUS case.
Nathan Sidwell [Tue, 8 Mar 2005 14:35:20 +0000 (14:35 +0000)] 
* ax-gdb.c (gen_expr): Add UNOP_PLUS case.
* c-exp.y (exp): Add unary plus.
* eval.c (evaluate_subexp_standard): Add UNOP_PLUS case.
* valarith.c (value_x_unop): Add UNOP_PLUS case.
(value_pos): New.
* value.h (value_pos): Declare.

* gdb.cp/userdef.cc (A1::operator+): New unary plus.
(A2): New class.
(main): Test operator+.
* gdb.cp/userdef.exp: Test unary plus.  Use A2::operator+ for
breakpoint test.

19 years ago * remote.c (MIN_REMOTE_PACKET_SIZE): Set to 20.
Nathan Sidwell [Tue, 8 Mar 2005 14:30:46 +0000 (14:30 +0000)] 
* remote.c (MIN_REMOTE_PACKET_SIZE): Set to 20.
(remote_fetch_registers): Allow uppercase hex when resyncing.
(remote_write_bytes): Only call get_memory_write_packet_size once.
Robustify packet size calculation for very small packets. Check
that at least one byte will be written.

19 years agogas/
Jan Beulich [Tue, 8 Mar 2005 13:59:23 +0000 (13:59 +0000)] 
gas/
2004-03-08  Jan Beulich  <jbeulich@novell.com>

* doc/as.texinfo: Add sentence to indicate redefining a macro is an
error, and point to .purgem documentation if someone really needs
re-definitions.
* NEWS: Mention macro redefinition is now an error.

19 years ago * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
Nathan Sidwell [Tue, 8 Mar 2005 10:12:21 +0000 (10:12 +0000)] 
* gdb.base/sigbpt.exp: Disable if gdb,nosignals.
* gdb.base/signull.exp: Disable if gdb,nosignals.
* gdb.cp/bs15503.exp: Disable if skip_cplus_tests
* gdb.cp/exception.exp: Disable if skip_cplus_tests.
* gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
* gdb.mi/mi2-console.exp: Likewise.
* gdb.trace/collection.exp (run_trace_experiment): Consume the
continue output at start.
(gdb_collect_locals_test): Robustify regexp.
* gdb.trace/passc-dyn.exp: Fix comment typo.
* gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.

19 years ago * tracepoint.c (target_is_remote): Allow extended-remote.
Nathan Sidwell [Tue, 8 Mar 2005 10:03:47 +0000 (10:03 +0000)] 
* tracepoint.c (target_is_remote): Allow extended-remote.
(struct collection_list): Allow 256 registers, like the comment
said.
(add_memrange): Fix comment.
(read_actions): Turn EOF into 'end'.

19 years ago * Makefile.in: Add dependencies for iq2000-tdep.o.
Corinna Vinschen [Tue, 8 Mar 2005 08:59:47 +0000 (08:59 +0000)] 
* Makefile.in: Add dependencies for iq2000-tdep.o.
* configure.tgt: Add iq2000-*-* target.
* iq2000-tdep.c: New file.
* config/iq2000/iq2000.mt: New file.

19 years ago * gdb.asm/asm-source.exp: Add iq2000 case.
Corinna Vinschen [Tue, 8 Mar 2005 08:59:17 +0000 (08:59 +0000)] 
* gdb.asm/asm-source.exp: Add iq2000 case.
* gdb.asm/iq2000.inc: New file.

19 years ago * iq2000: New target subdirectory.
Corinna Vinschen [Tue, 8 Mar 2005 08:55:34 +0000 (08:55 +0000)] 
* iq2000: New target subdirectory.
* configure.ac: Add iq2000 target.
* configure: Regenerate.

19 years agogas/
Jan Beulich [Tue, 8 Mar 2005 08:27:02 +0000 (08:27 +0000)] 
gas/
2005-03-08  Jan Beulich  <jbeulich@novell.com>

* config/tc-ia64.c (emit_one_bundle): Track last slot user insn was
emitted to. Add more precise diagnostics for non-fitting insns based
on that. Eliminate now superfluous special casing of MLX. Clear out
slot information when dropping an insn.

gas/testsuite/
2005-03-08  Jan Beulich  <jbeulich@novell.com>

* gas/ia64/no-fit.[ls]: New.
* gas/ia64/ia64.exp: Run new test.

19 years agogas/
Jan Beulich [Tue, 8 Mar 2005 08:23:32 +0000 (08:23 +0000)] 
gas/
2005-03-08  Jan Beulich  <jbeulich@novell.com>

* config/tc-ia64.c (parse_section_name): Rename to...
(cross_section): In addition to separating the name from the rest of
the arguments, also carry out the operation.
(dot_xdata): Use cross_section.
(dot_float_cons): Likewise.
(dot_xstringer): Likewise.
(dot_xdata_ua): Likewise.
(dot_float_cons_ua): Likewise. Pass float_cons, not stmt_float_cons.

gas/testsuite/
2005-03-08  Jan Beulich  <jbeulich@novell.com>

* gas/ia64/xdata.[sd], gas/ia64/xdata-ilp32.d: New.
* gas/ia64/ia64.exp: Run new tests.

19 years agogas/testsuite/
Jan Beulich [Tue, 8 Mar 2005 08:15:40 +0000 (08:15 +0000)] 
gas/testsuite/
2005-03-08  Jan Beulich  <jbeulich@novell.com>

* gas/ia64/pcrel.d: Account for big endian target.
* gas/ia64/reloc-bad.s: Enforce 64-bit ABI.

19 years ago * doc/observer.texi (executable_changed): New observer.
Joel Brobecker [Tue, 8 Mar 2005 04:34:45 +0000 (04:34 +0000)] 
    * doc/observer.texi (executable_changed): New observer.
        * symtab.c: Include "observer.h".
        (find_main_name): New function.
        (main_name): If name_of_main is unset, then compute it
        using find_main_name.
        (symtab_observer_executable_changed): New function.
        (_initialize_symtab): Attach executable_changed observer.
        * exec.c: Include "observer.h".
        (exec_file_attach): Emit executable_changed notification.
        * symfile.c: Include "observer.h".
        (reread_symbols): Send an executable_changed if appropriate.
        * Makefile.in (exec.o): Add dependency on observer.h.
        (symfile.o): Likewise.
        (symtab.o): Likewise.

19 years ago Adjust testsuite for cris-axis-aout.
Hans-Peter Nilsson [Tue, 8 Mar 2005 02:31:40 +0000 (02:31 +0000)] 
Adjust testsuite for cris-axis-aout.
* ld-cris/noglob1.d: Adjust regexp for a.out output.
* ld-cris/badgotr1.d, ld-cris/expdyn1.d, ld-cris/expdyn2.d,
ld-cris/expdyn3.d, ld-cris/expdyn4.d, ld-cris/expdyn5.d,
ld-cris/expdyn6.d, ld-cris/expdyn7.d, ld-cris/gotplt1.d,
ld-cris/gotplt2.d, ld-cris/gotplt3.d, ld-cris/hiddef1.d,
ld-cris/libdso-1.d, ld-cris/libdso-10.d, ld-cris/libdso-11.d,
ld-cris/libdso-12.d, ld-cris/libdso-13.d, ld-cris/libdso-14.d,
ld-cris/libdso-2.d, ld-cris/libdso-3.d, ld-cris/libdso-4.d,
ld-cris/locref1.d, ld-cris/locref2.d, ld-cris/nodyn4.d,
ld-cris/nodyn5.d, ld-cris/pv32-1.d, ld-cris/undef1.d,
ld-cris/weakref1.d: ld-cris/weakref2.d: Pass --em=criself to gas.
* ld-cris/v10-v32.d, ld-cris/v10-va.d, ld-cris/v32-ba-1.d,
ld-cris/v32-v10.d, ld-cris/v32-va.d, ld-cris/va-v10.d,
ld-cris/va-v32.d: Ditto.  Pass -m criself to gld.
* ld-cris/v32-bin-1.d: Pass -m criself to gld.

19 years ago Adjust testsuite for cris-axis-aout.
Hans-Peter Nilsson [Tue, 8 Mar 2005 02:26:21 +0000 (02:26 +0000)] 
Adjust testsuite for cris-axis-aout.
* gas/cris/rd-bcnst.d, gas/cris/rd-usp-1.d: Adjust regexps for a.out output.
* gas/cris/mulbug-err-1.s, gas/cris/rd-arch-1.d,
gas/cris/rd-arch-2.d, gas/cris/rd-arch-3.d, gas/cris/rd-break32.d,
gas/cris/rd-pcrel2.d, gas/cris/rd-ppv1032.d, gas/cris/rd-ppv32.d,
gas/cris/rd-usp-1b.d, gas/cris/v32-err-7.s: Pass --em=criself.

19 years ago*** empty log message ***
gdbadmin [Tue, 8 Mar 2005 00:00:33 +0000 (00:00 +0000)] 
*** empty log message ***

19 years agomerge from gcc
DJ Delorie [Mon, 7 Mar 2005 23:20:07 +0000 (23:20 +0000)] 
merge from gcc

19 years ago * config/default.exp: Remove send_user call for stray output.
Ben Elliston [Mon, 7 Mar 2005 23:12:53 +0000 (23:12 +0000)] 
   * config/default.exp: Remove send_user call for stray output.

19 years agodaily update
Alan Modra [Mon, 7 Mar 2005 23:00:05 +0000 (23:00 +0000)] 
daily update

19 years ago * findvar.c (read_var_value): Don't allocate V when it will not
Daniel Jacobowitz [Mon, 7 Mar 2005 22:38:04 +0000 (22:38 +0000)] 
* findvar.c (read_var_value): Don't allocate V when it will not
be used.  Add missing break for LOC_INDIRECT.

19 years ago2005-03-07 Manoj Iyer <manjo@austin.ibm.com>
Manoj Iyer [Mon, 7 Mar 2005 21:37:25 +0000 (21:37 +0000)] 
2005-03-07  Manoj Iyer  <manjo@austin.ibm.com>

* gdb.base/command.exp: Change hardcoded value to regular expression.
* gdb.base/float.exp: Add powerpc to the list of targets checked.

19 years ago * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
Daniel Jacobowitz [Mon, 7 Mar 2005 21:16:50 +0000 (21:16 +0000)] 
* gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
gdb.asm/x86_64.inc: Use .purgem before redefining macros.

19 years ago * mpw-config.in: Remove.
Ian Lance Taylor [Mon, 7 Mar 2005 21:12:04 +0000 (21:12 +0000)] 
* mpw-config.in: Remove.
* mpw-make.sed: Remove.
* mpw.c: Remove.
* Makefile.in (CFILES): Remove pex-mpw.c.
(CONFIGURED_OFILES): Remove pex-mpw.o.
(mpw.o, pex-mpw.o): Remove targets.
* maint-tool (undoc): Remove reference to mpw.c.

19 years ago * ppc-opc.c (powerpc_opcodes): Fix encoding of efscfd.
Aldy Hernandez [Mon, 7 Mar 2005 20:05:44 +0000 (20:05 +0000)] 
* ppc-opc.c (powerpc_opcodes): Fix encoding of efscfd.

19 years agofix obvious problem with compiler.c and compiler.cc: for xlc, used 'regsub',
Paul Gilliam [Mon, 7 Mar 2005 18:57:57 +0000 (18:57 +0000)] 
fix obvious problem with compiler.c and compiler.cc: for xlc, used 'regsub',
but for get_compiler_info, line must start with 'set'.

19 years agoUpdated French translation
Nick Clifton [Mon, 7 Mar 2005 13:56:29 +0000 (13:56 +0000)] 
Updated French translation

19 years ago2005-03-07 Jerome Guitton <guitton@gnat.com>
Jerome Guitton [Mon, 7 Mar 2005 11:09:05 +0000 (11:09 +0000)] 
2005-03-07  Jerome Guitton  <guitton@gnat.com>

* sim/erc32/float.c (set_fsr): Do not use deprecated multi-line
strings.
(clear_accex): Ditto.
* sim/erc32/interf.c: Remove the redeclaration of fprintf.
* sim/erc32/sis.c: Ditto.
* sim/erc32/exec.c: Add missing semicolon.
* sim/erc32/func.c: Remove definitions of generic_print_address,
generic_symbol_at_address, buffer_read_memory and perror_memory, as
they are already defined in opcodes/dis-buf.c.

19 years ago * opncls.c (opncls_bread, opncls_bclose): Fix if pread resp.
Jakub Jelinek [Mon, 7 Mar 2005 10:32:38 +0000 (10:32 +0000)] 
* opncls.c (opncls_bread, opncls_bclose): Fix if pread resp.
close is a function like macro in system headers.

19 years ago PR ld/778
Alan Modra [Mon, 7 Mar 2005 06:01:17 +0000 (06:01 +0000)] 
PR ld/778
* elf32-hppa.c (elf32_hppa_create_dynamic_sections): Reinstate
_GLOBAL_OFFSET_TABLE_ as a normal dynamic symbol.

19 years ago*** empty log message ***
gdbadmin [Mon, 7 Mar 2005 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

19 years agodaily update
Alan Modra [Sun, 6 Mar 2005 23:00:05 +0000 (23:00 +0000)] 
daily update

19 years ago* sparc64fbsd-tdep.c: Include "solib-svr4.h".
Mark Kettenis [Sun, 6 Mar 2005 21:29:10 +0000 (21:29 +0000)] 
* sparc64fbsd-tdep.c: Include "solib-svr4.h".
(sparc64fbsd_init_abi): Set skip_trampoline_code and
solib_svr4_fetch_link_map_offsets.
* Makefile.in (sparc64fbsd-tdep.o): Update dependencies.

19 years agomerge from gcc
DJ Delorie [Sun, 6 Mar 2005 18:48:16 +0000 (18:48 +0000)] 
merge from gcc

19 years agoCorrect email address in last commit.
Daniel Jacobowitz [Sun, 6 Mar 2005 16:43:20 +0000 (16:43 +0000)] 
Correct email address in last commit.

19 years ago * linux-nat.c (child_follow_fork): Call target_terminal_ours before
Daniel Jacobowitz [Sun, 6 Mar 2005 16:42:20 +0000 (16:42 +0000)] 
* linux-nat.c (child_follow_fork): Call target_terminal_ours before
printing output.  Use fprintf_unfiltered.  Only print output when
debugging.

19 years ago * elf.c (elfcore_grok_win32pstatus): Warning fixes.
Alan Modra [Sun, 6 Mar 2005 02:02:15 +0000 (02:02 +0000)] 
* elf.c (elfcore_grok_win32pstatus): Warning fixes.

19 years ago*** empty log message ***
gdbadmin [Sun, 6 Mar 2005 00:00:34 +0000 (00:00 +0000)] 
*** empty log message ***

19 years agodaily update
Alan Modra [Sat, 5 Mar 2005 23:00:05 +0000 (23:00 +0000)] 
daily update

19 years ago* sparc64-tdep.c (sparc64_store_floating_fields): Constify third
Mark Kettenis [Sat, 5 Mar 2005 20:58:14 +0000 (20:58 +0000)] 
* sparc64-tdep.c (sparc64_store_floating_fields): Constify third
argument.
(sparc64_store_arguments): Constify.

19 years ago* alphabsd-nat.c: Update copyright year. Include "inf-ptrace.h".
Mark Kettenis [Sat, 5 Mar 2005 14:36:10 +0000 (14:36 +0000)] 
* alphabsd-nat.c: Update copyright year.  Include "inf-ptrace.h".
(alphabsd_fetch_inferior_registers): Rename from
fetch_inferior_registers.  Make static.
(alphabsd_store_inferior_registers): Rename from
store_inferior_registers.  Make static.
(_initialize_alphabsd_nat): New function.
* Makefile.in (alphabsd-nat.o): Update dependencies.
* config/alpha/fbsd.mh (NATDEPFILES): Remove infptrace.o and
inftarg.o.  Add inf-ptrace.o, fbsd-nat.o and gcore.o.
* config/alpha/nbsd.mh (NAT_CLIBS): Remove variable.
(NATDEPFILES): Remove infptrace.o and inftarg.o.  Add
alphabsd-nat.o.
* config/alpha/nm-fbsd.h: Update copyright year.  Don't include
"config/nm-bsd.h" and "elf/common.h".
* config/alpha/nm-nbsd.h: Update copyright year.  Don't include
"config/nm-nbsd.h".

19 years ago* gdb.cp/ovldbreak.exp: Adjust regular expression for recent
Mark Kettenis [Sat, 5 Mar 2005 13:31:26 +0000 (13:31 +0000)] 
* gdb.cp/ovldbreak.exp: Adjust regular expression for recent
changes.

19 years agoRegenerate .pot files
Alan Modra [Sat, 5 Mar 2005 12:14:34 +0000 (12:14 +0000)] 
Regenerate .pot files

19 years ago * ld-alpha/tlsbin.dd: Update to suit changed section layout and
Alan Modra [Sat, 5 Mar 2005 12:03:13 +0000 (12:03 +0000)] 
* ld-alpha/tlsbin.dd: Update to suit changed section layout and
removed section symbols.
* ld-alpha/tlsbin.rd: Likewise.
* ld-alpha/tlsbin.sd: Likewise.
* ld-alpha/tlsbinr.dd: Likewise.
* ld-alpha/tlsbinr.rd: Likewise.
* ld-alpha/tlspic.dd: Likewise.
* ld-alpha/tlspic.rd: Likewise.
* ld-alpha/tlspic.sd: Likewise.

19 years ago * ld-powerpc/tlsexe.g: Update.
Alan Modra [Sat, 5 Mar 2005 11:56:48 +0000 (11:56 +0000)] 
* ld-powerpc/tlsexe.g: Update.
* ld-powerpc/tlsexe.r: Update.
* ld-powerpc/tlsexetoc.g: Update.
* ld-powerpc/tlsexetoc.r: Update.

19 years ago * elf64-ppc.c (update_plt_info): Don't mark new ABI call syms
Alan Modra [Sat, 5 Mar 2005 11:44:14 +0000 (11:44 +0000)] 
* elf64-ppc.c (update_plt_info): Don't mark new ABI call syms
with is_func.
(func_desc_adjust): Force dot-syms local in executables as well
as shared libs.

19 years agoFix botched checkin.
Mark Kettenis [Sat, 5 Mar 2005 10:47:49 +0000 (10:47 +0000)] 
Fix botched checkin.

19 years ago* mips64obsd-tdep.c (mips64obsd_init_abi): Don't set
Mark Kettenis [Sat, 5 Mar 2005 10:46:59 +0000 (10:46 +0000)] 
* mips64obsd-tdep.c (mips64obsd_init_abi): Don't set
software_single_step.

19 years ago* mips64obsd-tdep.c (mips64obsd_init_abi): Don't set
Mark Kettenis [Sat, 5 Mar 2005 10:10:11 +0000 (10:10 +0000)] 
* mips64obsd-tdep.c (mips64obsd_init_abi): Don't set
software_single_step.

* acconfig.h: Remove #undef.

19 years ago2005-03-04 Michael Snyder <msnyder@redhat.com>
Michael Snyder [Sat, 5 Mar 2005 02:01:40 +0000 (02:01 +0000)] 
2005-03-04  Michael Snyder  <msnyder@redhat.com>

* mn10300-prologue.c: New file.  Prologue analysis.
* mn10300-tdep.c: Move REGNUM values to mn10300-tdep.h.
(mn10300_frame_unwind_cache): Don't call trad_frame_set_id
until after analyze_prologue, and don't call trad_frame_set_base
at all (let analyze_prologue do it).

19 years ago2005-03-04 Michael Snyder <msnyder@redhat.com>
Michael Snyder [Sat, 5 Mar 2005 01:57:20 +0000 (01:57 +0000)] 
2005-03-04  Michael Snyder  <msnyder@redhat.com>

* trad-frame.c (trad_frame_set_reg_value): New function.
* trad-frame.h (trad_frame_set_reg_value): Export.

19 years ago bfd/ChangeLog
Thiemo Seufer [Sat, 5 Mar 2005 00:01:44 +0000 (00:01 +0000)] 
bfd/ChangeLog
* elfxx-mips.c (mips_elf_calculate_relocation): Handle special
'__gnu_local_gp' symbol used by gas -mno-shared.

gas/ChangeLog
* config/tc-mips.c (macro_build_lui): Use '__gnu_local_gp'
instead of '_gp' for -mno-shared optimization.
(s_cpload): Ditto.
(s_abicalls): Document it in the comment.
(md_show_usage): Document the -mno-shared option.

gas/testsuite/ChangeLog
* gas/mips/elf-rel23b.d: Use '__gnu_local_gp' instead of '_gp'
for -mno-shared optimization.
* gas/mips/elf-rel25a.d: Ditto.

ld/testsuite/ChangeLog
* ld-mips-elf/multi-got-no-shared-1.s,
ld-mips-elf/multi-got-no-shared-2.s,
ld-mips-elf/multi-got-no-shared.d: New tests.
* ld-mips-elf/mips-elf.exp: Run them.

19 years ago*** empty log message ***
gdbadmin [Sat, 5 Mar 2005 00:00:34 +0000 (00:00 +0000)] 
*** empty log message ***

19 years agodaily update
Alan Modra [Fri, 4 Mar 2005 23:00:06 +0000 (23:00 +0000)] 
daily update

19 years ago * Makefile.in (stamp-h): Set CONFIG_HEADERS explicitly.
Daniel Jacobowitz [Fri, 4 Mar 2005 18:16:25 +0000 (18:16 +0000)] 
* Makefile.in (stamp-h): Set CONFIG_HEADERS explicitly.

19 years ago * Makefile.in (remote.o): Update dependencies.
Daniel Jacobowitz [Fri, 4 Mar 2005 17:52:53 +0000 (17:52 +0000)] 
* Makefile.in (remote.o): Update dependencies.
* remote.c: Include "observer.h".

19 years ago * target.c (target_read_memory_partial): Always initialize
Daniel Jacobowitz [Fri, 4 Mar 2005 17:47:59 +0000 (17:47 +0000)] 
* target.c (target_read_memory_partial): Always initialize
ERR.
(target_write_memory_partial): Likewise.

19 years ago2004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
Paul Gilliam [Fri, 4 Mar 2005 17:35:46 +0000 (17:35 +0000)] 
2004-03-03  Paul Gilliam  <pgilliam@us.ibm.com>

        * lib/compiler.c: Add test for IBM's xlc compiler.
        * lib/compiler.cc: Likewise.

19 years agoFix unexpected failrues for arm toolchains
Nick Clifton [Fri, 4 Mar 2005 15:28:36 +0000 (15:28 +0000)] 
Fix unexpected failrues for arm toolchains

19 years ago * config/tc-mips.c (mips_set_options): Add sym32 field.
Richard Sandiford [Fri, 4 Mar 2005 09:51:11 +0000 (09:51 +0000)] 
* config/tc-mips.c (mips_set_options): Add sym32 field.
(mips_opts): Initialize it.
(HAVE_32BIT_ADDRESSES): Set to true if pointers are 32 bits wide.
(HAVE_64BIT_ADDRESSES): Redefine as !HAVE_32BIT_ADDRESSES.
(HAVE_32BIT_SYMBOLS, HAVE_64BIT_SYMBOLS): New macros.
(load_address): Use HAVE_64BIT_SYMBOLS instead of HAVE_64BIT_ADDRESSES
when deciding whether to use a symbolic %highest/%higher expansion.
(macro): Likewise.  Remove o64/n32 linux hack.  Always use
ADDRESS_ADD*_INSN for address addition in the expansion of "dla"
and "la".  Handle constants separately from symbolic expressions in
the "ld_st:" case, using 64-bit arithmetic if HAVE_64BIT_ADDRESSES
and using load_register to load the high part of the address.
(OPTION_MSYM32, OPTION_NO_MSYM32): New macros.
(OPTION_ELF_BASE): Bump by 2.
(md_longopts): Add entries for -msym32 and -mno-sym32.
(md_parse_option): Handle them.
(usage): Document them.
(s_mipsset): Handle ".set sym32" and ".set nosym32".
(s_cpload, s_cpsetup): Use HAVE_64BIT_SYMBOLS instead of
HAVE_64BIT_ADDRESSES to detect 64-bit values of "_gp".
* doc/c-mips.texi: Document ".set sym32", ".set nosym32",
-msym32 and -mno-sym32.

19 years ago*** empty log message ***
gdbadmin [Fri, 4 Mar 2005 00:00:04 +0000 (00:00 +0000)] 
*** empty log message ***

19 years agodaily update
Alan Modra [Thu, 3 Mar 2005 23:00:06 +0000 (23:00 +0000)] 
daily update

19 years ago2005-03-03 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Thu, 3 Mar 2005 20:52:31 +0000 (20:52 +0000)] 
2005-03-03  H.J. Lu  <hongjiu.lu@intel.com>

* elf-bfd.h (elf_backend_data): Add "const char *" to
elf_backend_section_from_phdr.

* elf.c (bfd_section_from_phdr): Pass "proc" to the
elf_backend_section_from_phdr hook.

19 years ago * config/tc-mips.c (load_address): Implement GP optimization
Thiemo Seufer [Thu, 3 Mar 2005 19:53:18 +0000 (19:53 +0000)] 
    * config/tc-mips.c (load_address): Implement GP optimization
        for 64bit address space non-PIC. Fix formatting.
        (macro): Likewise. Simplify code.
        (md_parse_option): Don't bail out if -G 0 is set for PIC code.
        (mips_after_parse_args): Simplify code.

19 years ago(and.s): Expect this test to fail for the tic4x-coff target because it uses
Nick Clifton [Thu, 3 Mar 2005 17:25:36 +0000 (17:25 +0000)] 
(and.s): Expect this test to fail for the tic4x-coff target because it uses
the '&' character as a line separator.

19 years agoRemove redundant code enclosed by #ifdef RELAX_PAREN_GROUPING....#endif.
Nick Clifton [Thu, 3 Mar 2005 17:22:12 +0000 (17:22 +0000)] 
Remove redundant code enclosed by #ifdef RELAX_PAREN_GROUPING....#endif.

19 years ago* gas/sh/basic.exp: Add an sh-hms version of the pcrel test.
Nick Clifton [Thu, 3 Mar 2005 16:59:20 +0000 (16:59 +0000)] 
* gas/sh/basic.exp: Add an sh-hms version of the pcrel test.
* gas/sh/pcrel-hms.d: New file.  Adjusted form of pcrel-coff.d for the sh-hms
  target.
* gas/sh/arch/arch.exp: Expect the same failures for sh-hms port as for the
  sh-coff port.

19 years ago * inferiors.c (change_inferior_id, add_thread, find_inferior_id):
Daniel Jacobowitz [Thu, 3 Mar 2005 16:56:53 +0000 (16:56 +0000)] 
* inferiors.c (change_inferior_id, add_thread, find_inferior_id):
Take unsigned long arguments for PIDs.
* linux-low.c (add_process, linux_attach_lwp, linux_attach)
(linux_thread_alive, linux_wait_for_event, kill_lwp, send_sigstop)
(wait_for_sigstop, linux_resume_one_process)
(regsets_fetch_inferior_registers, linux_send_signal)
(linux_read_auxv): Likewise.  Update the types of variables holding
PIDs.  Update format string specifiers.
* linux-low.h (struct process_info, linux_attach_lwp): Likewise.
* remote-utils.c (prepare_resume_reply): Likewise.
* server.c (cont_thread, general_thread, step_thread)
(thread_from_wait, old_thread_from_wait, signal_pid): Change type to
unsigned long.
(handle_query): Update format specifiers.
(handle_v_cont, main): Use strtoul for thread IDs.
* server.h (struct inferior_list_entry): Use unsigned long for ID.
(add_thread, find_inferior_id, change_inferior_id, cont_thread)
(general_thread, step_thread, thread_from_wait)
(old_thread_from_wait): Update.
* target.h (struct thread_resume): Use unsigned long for THREAD.
(struct target_ops): Use unsigned long for arguments to attach and
thread_alive.

19 years ago * remote.c (remote_open_1): Call observer_notify_inferior_created.
Daniel Jacobowitz [Thu, 3 Mar 2005 16:54:05 +0000 (16:54 +0000)] 
* remote.c (remote_open_1): Call observer_notify_inferior_created.

19 years ago2005-03-03 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
Ramana Radhakrishnan [Thu, 3 Mar 2005 15:42:05 +0000 (15:42 +0000)] 
2005-03-03  Ramana Radhakrishnan  <ramana.radhakrishnan@codito.com>

* opcodes/arc-dis.c:Add enum a4_decoding_class.
  (dsmOneArcInst): Use the enum values for the decoding class
  Remove redundant case in the switch for decodingClass value 11

19 years ago * arm-tdep.c (arm_make_stub_cache, arm_stub_this_id)
Daniel Jacobowitz [Thu, 3 Mar 2005 15:14:09 +0000 (15:14 +0000)] 
* arm-tdep.c (arm_make_stub_cache, arm_stub_this_id)
(arm_stub_unwind, arm_stub_unwind_sniffer): New.
(arm_gdbarch_init): Add arm_stub_unwind_sniffer.

19 years agoAlso expect the msp430 port to fail the strings test because it defines
Nick Clifton [Thu, 3 Mar 2005 15:13:39 +0000 (15:13 +0000)] 
Also expect the msp430 port to fail the strings test because it defines
ONLY_STANDARD_ESCAPES.

19 years ago * gas/mips/mips.exp: Move tls tests to main $elf block.
Richard Sandiford [Thu, 3 Mar 2005 15:01:49 +0000 (15:01 +0000)] 
* gas/mips/mips.exp: Move tls tests to main $elf block.

19 years ago* gas/arm/arch6zk.s: Add three nop instructions in order to pad the .text
Nick Clifton [Thu, 3 Mar 2005 14:41:35 +0000 (14:41 +0000)] 
* gas/arm/arch6zk.s: Add three nop instructions in order to pad the .text
   section out to a 32-byte boundary as will automatically be done by the
   arm-aout target.
* gas/arm/arch6zk.d: Add expected nop disassemblies.

19 years ago(tc_gen_reloc): Handle the case where the reloc is the difference of two
Nick Clifton [Thu, 3 Mar 2005 13:50:02 +0000 (13:50 +0000)] 
(tc_gen_reloc): Handle the case where the reloc is the difference of two
symbols defined in the same section.

19 years ago(line_comment_chars): Include the # character as otherwise this breaks
Nick Clifton [Thu, 3 Mar 2005 13:03:48 +0000 (13:03 +0000)] 
(line_comment_chars): Include the # character as otherwise this breaks
#APP/#NO_APP processing.

19 years agoRemove listing lines that are no longer emitted and fix up expected binary
Nick Clifton [Thu, 3 Mar 2005 12:35:19 +0000 (12:35 +0000)] 
Remove listing lines that are no longer emitted and fix up expected binary
encoding.

19 years ago2005-03-03 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
Ramana Radhakrishnan [Thu, 3 Mar 2005 12:13:23 +0000 (12:13 +0000)] 
2005-03-03  Ramana Radhakrishnan  <ramana.radhakrishnan@codito.com>

* gas/arc/extensions.s: Add tests for extcoreregister
* gas/arc/extensions.d: Likewise.
* gas/arc/warn.s: Warnings for readonly core registers
accessed .
* gas/arc/warn.d:Likewise.
* testsuite/gas/arc/arc.exp:Run extensions testcase.

19 years agoupdate copyright dates
Alan Modra [Thu, 3 Mar 2005 12:05:13 +0000 (12:05 +0000)] 
update copyright dates

19 years agoupdate copyright dates
Alan Modra [Thu, 3 Mar 2005 11:58:10 +0000 (11:58 +0000)] 
update copyright dates

19 years agoupdate copyright dates
Alan Modra [Thu, 3 Mar 2005 11:52:12 +0000 (11:52 +0000)] 
update copyright dates

19 years agoupdate copyright dates
Alan Modra [Thu, 3 Mar 2005 11:41:03 +0000 (11:41 +0000)] 
update copyright dates

19 years ago * gas/mips/noat-1.d: Add -mips1 to assembler options.
Richard Sandiford [Thu, 3 Mar 2005 10:32:10 +0000 (10:32 +0000)] 
* gas/mips/noat-1.d: Add -mips1 to assembler options.

19 years ago2005-03-03 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
Ramana Radhakrishnan [Thu, 3 Mar 2005 05:31:41 +0000 (05:31 +0000)] 
2005-03-03  Ramana Radhakrishnan  <ramana.radhakrishnan@codito.com>

* gas/arc/ld.s:Add checks for short immediates with ld
* gas/arc/ld.d:Likewise.

19 years ago2005-03-03 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
Ramana Radhakrishnan [Thu, 3 Mar 2005 05:30:10 +0000 (05:30 +0000)] 
2005-03-03  Ramana Radhakrishnan  <ramana.radhakrishnan@codito.com>

        * config/tc-arc.c(md_assemble): Remove dead code for handling
        immediate indexing with ld and st.

19 years agoupdate copyright dates
Alan Modra [Thu, 3 Mar 2005 01:29:54 +0000 (01:29 +0000)] 
update copyright dates

19 years agoformatting, tack emacs control vars at end
Alan Modra [Thu, 3 Mar 2005 01:27:10 +0000 (01:27 +0000)] 
formatting, tack emacs control vars at end

19 years ago*** empty log message ***
gdbadmin [Thu, 3 Mar 2005 00:00:34 +0000 (00:00 +0000)] 
*** empty log message ***

19 years agodaily update
Alan Modra [Wed, 2 Mar 2005 23:00:05 +0000 (23:00 +0000)] 
daily update

19 years ago * config/tc-mips.c (percent_op): Add %tlsgd, %tlsldm, %dtprel_hi,
Daniel Jacobowitz [Wed, 2 Mar 2005 21:23:33 +0000 (21:23 +0000)] 
* config/tc-mips.c (percent_op): Add %tlsgd, %tlsldm, %dtprel_hi,
%dtprel_lo, %tprel_hi, %tprel_lo, and %gottprel.
(parse_relocation): Check for a word break after a relocation
operator.
(md_apply_fix3): Handle TLS relocations, and mark thread-local
symbols.

19 years ago * elfxx-mips.c (struct mips_got_entry): Add tls_type.
Daniel Jacobowitz [Wed, 2 Mar 2005 21:23:21 +0000 (21:23 +0000)] 
* elfxx-mips.c (struct mips_got_entry): Add tls_type.
(struct mips_got_info): Add tls_gotno, tls_assigned_gotno,
and tls_ldm_offset.
(struct mips_elf_got_per_bfd_arg): Add global_count.
(struct mips_elf_count_tls_arg): New.
(struct mips_elf_hash_sort_data): Update comment for min_got_dynindx.
(struct mips_elf_link_hash_entry): Add tls_type and tls_got_offset.
(GOT_NORMAL, GOT_TLS_GD, GOT_TLS_LDM, GOT_TLS_IE)
(GOT_TLS_OFFSET_DONE, GOT_TLS_DONE): Define.
(TLS_RELOC_P): Define.
(TP_OFFSET, DTP_OFFSET): Define.
(dtprel_base, tprel_base): New functions.
(mips_elf_link_hash_newfunc): Initialize tls_type.
(mips_elf_got_entry_hash, mips_elf_got_entry_eq)
(mips_elf_multi_got_entry_hash, mips_elf_multi_got_entry_eq): Handle
TLS entries.
(mips_tls_got_relocs, mips_elf_count_local_tls_relocs)
(mips_elf_count_global_tls_entries, mips_elf_count_global_tls_relocs)
(mips_elf_output_dynamic_relocation, mips_elf_initialize_tls_slots)
(mips_tls_got_index): New functions.
(mips_elf_local_got_index): Add new R_SYMNDX, H, and R_TYPE
arguments.  Pass them to mips_elf_create_local_got_entry.  Use
mips_tls_got_index.
(mips_elf_global_got_index): Add new R_TYPE and INFO arguments.
Handle TLS entries.
(mips_elf_got_page, mips_elf_got16_entry): Update calls to
mips_elf_create_local_got_entry.
(mips_elf_create_local_got_entry): Add new R_SYMNDX, H, and R_TYPE
arguments.  Handle TLS entries.
(mips_elf_sort_hash_table_f): Add non-TLS assertions.
(mips_elf_record_local_got_symbol): Add new TLS_FLAG argument.  Handle
TLS entries.
(mips_elf_record_global_got_symbol): Likewise.
(mips_elf_make_got_per_bfd): Initialize new mips_got_info members.
Count TLS entries.
(mips_elf_merge_gots): Handle TLS entries when merging.
(mips_elf_initialize_tls_index): New function.
(mips_elf_set_global_got_offset): Handle TLS entries.
(mips_elf_adjust_gp): Handle TLS.
(mips_elf_multi_got): Remove redundant call to
mips_elf_resolve_final_got_entries.  Initialize global_count.
Correct a comment.  Initialize new TLS members of mips_got_info.
Assign TLS GOT indexes for new GOTs.
(mips_elf_create_got_section): Initialize new TLS members of
mips_got_info.
(mips_elf_calculate_relocation): Handle TLS relocs.
(_bfd_mips_elf_check_relocs): Likewise.  Update calls to changed
functions.
(_bfd_mips_elf_always_size_sections): Handle TLS.
(_bfd_mips_elf_size_dynamic_sections): Likewise.
(_bfd_mips_elf_finish_dynamic_symbol): Likewise.  Update calls to
changed functions.
(_bfd_mips_elf_copy_indirect_symbol): Copy tls_type.
(_bfd_mips_elf_hide_symbol): Handle TLS.
* elfn32-mips.c (elf_mips_howto_table_rel, elf_mips_howto_table_rela)
(mips_reloc_map): Add TLS relocs.
* elf32-mips.c (elf_mips_howto_table_rel, mips_reloc_map): Likewise.
* elf64-mips.c (mips_elf64_howto_table_rel)
(mips_elf64_howto_table_rela, mips_reloc_map): Likewise.
* reloc.c: Define new MIPS TLS relocations.
* libbfd.h, bfd-in2.h: Regenerated.

19 years ago * ld-mips-elf/tlsbin-o32.s, ld-mips-elf/mips-dyn.ld,
Daniel Jacobowitz [Wed, 2 Mar 2005 21:22:57 +0000 (21:22 +0000)] 
* ld-mips-elf/tlsbin-o32.s, ld-mips-elf/mips-dyn.ld,
ld-mips-elf/tlslib-o32.got, ld-mips-elf/tlslib-o32.d,
ld-mips-elf/tlslib-o32.s, ld-mips-elf/mips-lib.ld,
ld-mips-elf/tlsbin-o32.got, ld-mips-elf/tlsdyn-o32.d,
ld-mips-elf/tlsdyn-o32.got, ld-mips-elf/tlsbin-o32.d,
ld-mips-elf/tlsdyn-o32.s, ld-mips-elf/tls-multi-got-1.got,
ld-mips-elf/tls-multi-got-1-1.s, ld-mips-elf/tls-multi-got-1.d,
ld-mips-elf/tls-multi-got-1.r, ld-mips-elf/tls-multi-got-1-2.s,
ld-mips-elf/tlslib-o32-ver.got, ld-mips-elf/tlslib.ver,
ld-mips-elf/tlslib-o32-hidden.got, ld-mips-elf/tlslib-hidden.ver,
ld-mips-elf/tlsdyn-o32-1.d, ld-mips-elf/tlsdyn-o32-3.got,
ld-mips-elf/tlsdyn-o32-2.d, ld-mips-elf/tlsdyn-o32-2.s,
ld-mips-elf/tlsdyn-o32-3.d, ld-mips-elf/tlsdyn-o32-1.got,
ld-mips-elf/tlsdyn-o32-2.got: New files.
* ld-mips-elf/mips-elf.exp: Run the new tests.

19 years ago * gas/mips/tls-o32.d, gas/mips/tls-o32.s, gas/mips/tls-ill.l,
Daniel Jacobowitz [Wed, 2 Mar 2005 21:22:47 +0000 (21:22 +0000)] 
* gas/mips/tls-o32.d, gas/mips/tls-o32.s, gas/mips/tls-ill.l,
gas/mips/tls-ill.s: New files.
* gas/mips/mips.exp: Run TLS tests.

19 years ago * mips.h: Define MIPS TLS relocations.
Daniel Jacobowitz [Wed, 2 Mar 2005 21:21:50 +0000 (21:21 +0000)] 
* mips.h: Define MIPS TLS relocations.

19 years ago * linux-nat.c (linux_supports_tracevforkdone, child_follow_fork):
Daniel Jacobowitz [Wed, 2 Mar 2005 15:07:49 +0000 (15:07 +0000)] 
* linux-nat.c (linux_supports_tracevforkdone, child_follow_fork):
Use LWP IDs.

19 years ago * gas/ppc/astest.d: Adjust for relocs reduced to section sym.
Alan Modra [Wed, 2 Mar 2005 13:25:01 +0000 (13:25 +0000)] 
* gas/ppc/astest.d: Adjust for relocs reduced to section sym.
* gas/ppc/astest2.d: Likewise.
* gas/ppc/astest2_64.d: Likewise.
* ppc/astest64.d: Likewise.
* ppc/booke.d: Likewise.
* ppc/power4.d: Likewise.
* ppc/test1elf32.d: Likewise.
* ppc/test1elf64.d: Likewise.

19 years ago * config/tc-ppc.c (ppc_fix_adjustable <ELF>): Remove bogus checks.
Alan Modra [Wed, 2 Mar 2005 13:24:01 +0000 (13:24 +0000)] 
* config/tc-ppc.c (ppc_fix_adjustable <ELF>): Remove bogus checks.

19 years agobfd/
Jan Beulich [Wed, 2 Mar 2005 09:03:58 +0000 (09:03 +0000)] 
bfd/
2005-03-02  Jan Beulich  <jbeulich@novell.com>

* Makefile.am: Add dependency of cache.o on libiberty.h.
* cache.c: Include libiberty.h.
(bfd_open_file): Use unlink_if_ordinary instead of unlink.

binutils/
2005-03-02  Jan Beulich  <jbeulich@novell.com>

* ar.c (remove_output): Use unlink_if_ordinary instead of unlink.
* objcopy.c (copy_file): Likewise.
(strip_main): Likewise.

gas/
2005-03-02  Jan Beulich  <jbeulich@novell.com>

* as.c (main): Use unlink_if_ordinary instead of unlink.
* messages.c (as_fatal): Likewise.

ld/
2005-03-02  Jan Beulich  <jbeulich@novell.com>

* ldmain.c (remove_output): Use unlink_if_ordinary instead of unlink.
* pe-dll.c (pe_dll_generate_implib): Likewise.

19 years agogas/
Jan Beulich [Wed, 2 Mar 2005 08:01:32 +0000 (08:01 +0000)] 
gas/
2005-03-02  Jan Beulich  <jbeulich@novell.com>

* config/tc-i386.c (build_modrm_byte): Add lock prefix for cr8...15
accesses.
(parse_register): Allow cr8...15 in all modes.

gas/testsuite/
2005-03-02  Jan Beulich  <jbeulich@novell.com>

* gas/i386/cr-err.[ls]: New.
* gas/i386/crx.[ds]: New.
* gas/i386/i386.exp: Run new tests.

opcodes/
2005-03-02  Jan Beulich  <jbeulich@novell.com>

* i386-dis.c (print_insn): Suppress lock prefix printing for cr8...15
accesses.
(OP_C): Consider lock prefix in non-64-bit modes.

19 years agogas/
Jan Beulich [Wed, 2 Mar 2005 07:55:01 +0000 (07:55 +0000)] 
gas/
2005-03-02  Jan Beulich  <jbeulich@novell.com>

* config/tc-i386.c (intel_e11): If not followed by T_PTR, treat T_BYTE
etc. like normal symbol references (T_ID).

gas/testsuite/
2005-03-02  Jan Beulich  <jbeulich@novell.com>

* gas/i386/intelok.d: Add -r to objdump options. Adjust expectations.
* gas/i386/intelok.s: Add checks for various special memory operands.

19 years ago * elf.c (bfd_section_from_shdr <default case>): Call
Zack Weinberg [Wed, 2 Mar 2005 04:47:25 +0000 (04:47 +0000)] 
* elf.c (bfd_section_from_shdr <default case>): Call
elf_backend_section_from_shdr hook unconditionally, and return
what it returns.
(bfd_section_from_phdr): Similarly, for elf_backend_section_from_phdr.
* elfxx-target.h (elf_backend_section_from_shdr)
(elf_backend_section_from_phdr): Default to
_bfd_elf_make_section_from_shdr and _bfd_elf_make_section_from_phdr
respectively.

19 years ago * symbols.c (fb_label_name): Fix silly thinko in last change.
Alan Modra [Wed, 2 Mar 2005 00:11:30 +0000 (00:11 +0000)] 
* symbols.c (fb_label_name): Fix silly thinko in last change.

This page took 0.045072 seconds and 4 git commands to generate.