OSDN Git Service

pf3gnuchains/pf3gnuchains3x.git
19 years ago PR 425
amodra [Tue, 5 Oct 2004 11:12:55 +0000 (11:12 +0000)]
PR 425
* syms.c (_bfd_stab_section_find_nearest_line): Ignore R_*_NONE relocs.

19 years agoImport this patch from Savannah repository:
nickc [Tue, 5 Oct 2004 09:44:53 +0000 (09:44 +0000)]
Import this patch from Savannah repository:

2003-02-19  DJ Delorie  <dj@redhat.com>
* config/sim.exp: Support both sid and rawsid protocols.

19 years ago2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
ksakamot [Tue, 5 Oct 2004 04:13:41 +0000 (04:13 +0000)]
2004-10-05  Kei Sakamoto  <sakamoto.kei@renesas.com>

* gdb.asm/asm-source.exp: Add m32r-linux target.
* gdb.asm/m32r-linux.inc: New file.

19 years ago2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
ksakamot [Tue, 5 Oct 2004 04:07:03 +0000 (04:07 +0000)]
2004-10-05  Kei Sakamoto  <sakamoto.kei@renesas.com>

* m32r-tdep.c (m32r_use_struct_convention): Delete function.
(m32r_extract_struct_value_address): Delete function.
(m32r_return_value): New function.
(m32r_gdbarch_init): Instead of store_return_value,
extract_return_value, deprecated_extract_struct_value_address
and deprecated_use_struct_convention, set return_value.

19 years ago* pinfo.cc (_pinfo::commune_send): Correct debugging output.
cgf [Tue, 5 Oct 2004 02:10:13 +0000 (02:10 +0000)]
* pinfo.cc (_pinfo::commune_send): Correct debugging output.

19 years agodaily update
amodra [Tue, 5 Oct 2004 00:00:06 +0000 (00:00 +0000)]
daily update

19 years ago*** empty log message ***
gdbadmin [Tue, 5 Oct 2004 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

19 years ago2004-10-04 Eric Christopher <echristo@redhat.com>
echristo [Mon, 4 Oct 2004 23:25:27 +0000 (23:25 +0000)]
2004-10-04  Eric Christopher  <echristo@redhat.com>

* config/tc-mips.c (md_apply_fix3): Remove erroneous assert.

19 years ago * bsd_mutex.cc (_msleep): Simplify event creation. Revert change from
corinna [Mon, 4 Oct 2004 19:44:04 +0000 (19:44 +0000)]
* bsd_mutex.cc (_msleep): Simplify event creation.  Revert change from
2004-08-24.  It should be unnecessary now.
* msg.cc (client_request_msg::serve): Release process critical
section as early as possible.
* sem.cc (client_request_sem::serve): Ditto.
* shm.cc (client_request_shm::serve): Ditto.
* process.cc: Use hold and release method calls instead of
EnterCriticalSection/LeaveCriticalSection calls throughout.
* process.h (_hold): Rename from hold.  Take filename and linenumber
parameter for logging.  Define matching hold macro.
(release): Ditto.

19 years ago2004-10-04 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Mon, 4 Oct 2004 17:51:48 +0000 (17:51 +0000)]
2004-10-04  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/stdio/vfscanf.c (__svfscanf_r): For int conversions,
        count skipped zero characters as part of the nread count for %n.
        * libc/machine/powerpc/vfscanf.c: Ditto.

19 years agold/
hjl [Mon, 4 Oct 2004 16:45:50 +0000 (16:45 +0000)]
ld/

2004-10-04  H.J. Lu  <hongjiu.lu@intel.com>

* NEWS: Mention SORT_BY_NAME, SORT_BY_ALIGNMENT and
--sort-section name|alignment.

* ld.texinfo: Document SORT_BY_NAME, SORT_BY_ALIGNMENT and
--sort-section name|alignment.

* ld.h (sort_type): New enum.
(wildcard_spec): Change the type of `sorted' to sort_type.

* ldgram.y (SORT): Removed.
(SORT_BY_NAME): Added.
(SORT_BY_ALIGNMENT): Added.
(wildcard_spec): Updated `sorted'. Handle SORT_BY_NAME and
SORT_BY_ALIGNMENT.
(input_section_spec_no_keep): Updated `sorted'.
(statement): Replace SORT with SORT_BY_NAME.

* ldlang.c (compare_section): New function to compare 2
sections with different sorting schemes.
(wild_sort): Updated. Use compare_section.
(update_wild_statements): New function.
(lang_process): Call update_wild_statements before
map_input_to_output_sections.

* ldlex.l (SORT_BY_NAME): New.
(SORT_BY_ALIGNMENT): New.
(SORT): Return SORT_BY_NAME.

* ldmain.c (sort_section): New. Defined.
(main): Initialize it to none.

* lexsup.c (option_values): Add OPTION_SORT_SECTION.
(ld_options): Add an entry for OPTION_SORT_SECTION.
(parse_args): Handle OPTION_SORT_SECTION.

* mri.c (mri_draw_tree): Updated `sorted'.

ld/testsuite/

2004-10-04  H.J. Lu  <hongjiu.lu@intel.com>

* ld-scripts/sort.exp: New file for section sorting tests.
* ld-scripts/sort_b_a.d: Likewise
* ld-scripts/sort_b_a.s: Likewise
* ld-scripts/sort_b_a.t: Likewise
* ld-scripts/sort_b_a_a-1.d: Likewise
* ld-scripts/sort_b_a_a-2.d: Likewise
* ld-scripts/sort_b_a_a-3.d: Likewise
* ld-scripts/sort_b_a_a.t: Likewise
* ld-scripts/sort_b_a_n-1.d: Likewise
* ld-scripts/sort_b_a_n-2.d: Likewise
* ld-scripts/sort_b_a_n-3.d: Likewise
* ld-scripts/sort_b_a_n.t: Likewise
* ld-scripts/sort_b_n.d: Likewise
* ld-scripts/sort_b_n.s: Likewise
* ld-scripts/sort_b_n.t: Likewise
* ld-scripts/sort_b_n_a-1.d: Likewise
* ld-scripts/sort_b_n_a-2.d: Likewise
* ld-scripts/sort_b_n_a-3.d: Likewise
* ld-scripts/sort_b_n_a.t: Likewise
* ld-scripts/sort_b_n_n-1.d: Likewise
* ld-scripts/sort_b_n_n-2.d: Likewise
* ld-scripts/sort_b_n_n-3.d: Likewise
* ld-scripts/sort_b_n_n.t: Likewise
* ld-scripts/sort_n_a-a.s: Likewise
* ld-scripts/sort_n_a-b.s: Likewise
* ld-scripts/sort_no-1.d: Likewise
* ld-scripts/sort_no-2.d: Likewise
* ld-scripts/sort_no.t: Likewise

19 years agofix erroneous checkin
cgf [Mon, 4 Oct 2004 14:06:02 +0000 (14:06 +0000)]
fix erroneous checkin

19 years ago* include/cygwin/signal.h: Add siginterrupt definition.
cgf [Mon, 4 Oct 2004 14:04:30 +0000 (14:04 +0000)]
* include/cygwin/signal.h: Add siginterrupt definition.

19 years ago * ldgram.y (DATA_SEGMENT_RELRO_END): Add one argument.
jakub [Mon, 4 Oct 2004 13:41:14 +0000 (13:41 +0000)]
* ldgram.y (DATA_SEGMENT_RELRO_END): Add one argument.
* scripttempl/elf.sc (DATA_SEGMENT_RELRO_END): Add 0 as first
argument.
(DATA_SEGMENT_RELRO_GOTPLT_END): Pass $SEPARATE_GOTPLT as first
and . as second argument.
(GOTPLT): Move $DATA_SEGMENT_RELRO_GOTPLT_END before the section.
* ldexp.c (fold_unary): Remove DATA_SEGMENT_RELRO_END handling here.
(fold_binary): Add it here.  Insert padding to make relro_end
COMMONPAGESIZE bytes aligned.  For DATA_SEGMENT_ALIGN in
exp_dataseg_relro_adjust phase just use previously computed
exp_data_seg.base.
* ldlang.c (lang_size_sections): Set exp_data_seg.base for
relro_adjust here.  Call lang_size_sections_1 once more if there
was too big padding at DATA_SEGMENT_RELRO_END.
* ld.texinfo (DATA_SEGMENT_RELRO_END): Add documentation.

19 years ago * cygcheck.cc (pretty_id): Close pipe.
corinna [Mon, 4 Oct 2004 09:42:08 +0000 (09:42 +0000)]
* cygcheck.cc (pretty_id): Close pipe.

19 years agodaily update
amodra [Mon, 4 Oct 2004 00:00:05 +0000 (00:00 +0000)]
daily update

19 years ago*** empty log message ***
gdbadmin [Mon, 4 Oct 2004 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

19 years ago * dwarf2read.c (read_subrange_type): Add comment for variable
drow [Sun, 3 Oct 2004 16:16:00 +0000 (16:16 +0000)]
* dwarf2read.c (read_subrange_type): Add comment for variable
sized arrays.

19 years ago* gdb.texinfo (Filenames): Add Ada suffixes.
hilfingr [Sun, 3 Oct 2004 10:10:35 +0000 (10:10 +0000)]
* gdb.texinfo (Filenames): Add Ada suffixes.
(Ada) New section.

19 years ago* Makefile.in (.l.c): Modify rule for compatibility with recent
hilfingr [Sun, 3 Oct 2004 08:35:56 +0000 (08:35 +0000)]
* Makefile.in (.l.c): Modify rule for compatibility with recent
versions of flex, and remove most command-line options.
* ada-lex.l: Add %options line in place of -I -i and -s command-line
options.

19 years agodaily update
amodra [Sun, 3 Oct 2004 00:00:06 +0000 (00:00 +0000)]
daily update

19 years ago*** empty log message ***
gdbadmin [Sun, 3 Oct 2004 00:00:04 +0000 (00:00 +0000)]
*** empty log message ***

19 years agoTurn on initial Ada support (mainly expression evaluation).
hilfingr [Sat, 2 Oct 2004 09:55:09 +0000 (09:55 +0000)]
Turn on initial Ada support (mainly expression evaluation).

* Makefile.in (SFILES): Remove ada-tasks.c.
(HFILES_NO_SRCDIR): Add ada-lang.h.
(COMMON_OBS): Add ada-lang.o, ada-typeprint.o, ada-valprint.o.
(YYOBJ): Add ada-exp.o.
(rule .l.c): Generalize to not mention ada.
* symtab.c: Include ada-lang.h.
(symbol_natural_name, symbol_demangled_name)
(symbol_search_name): Add Ada case.

19 years ago2004-10-02 Pierre Humblet <pierre.humblet@ieee.org>
phumblet [Sat, 2 Oct 2004 02:20:20 +0000 (02:20 +0000)]
2004-10-02  Pierre Humblet <pierre.humblet@ieee.org>

* path.h (enum path_types): Delete PATH_ISDISK.
(path_conv::isdisk): Delete method.
(path_conv::set_isdisk): Ditto.
* path.cc (path_conv::check): Do not call set_isdisk.
* uinfo.cc(pwdgrp::load): Do not call pc.isdisk.

19 years ago2004-10-01 H.J. Lu <hongjiu.lu@intel.com>
hjl [Sat, 2 Oct 2004 00:18:30 +0000 (00:18 +0000)]
2004-10-01  H.J. Lu  <hongjiu.lu@intel.com>

* config/tc-ppc.c (md_apply_fix3): Call S_SET_THREAD_LOCAL for
TLS relocations.
* config/tc-s390.c (md_apply_fix3): Likewise.
* config/tc-sparc.c (md_apply_fix3): Likewise.

19 years agodaily update
amodra [Sat, 2 Oct 2004 00:00:06 +0000 (00:00 +0000)]
daily update

19 years ago*** empty log message ***
gdbadmin [Sat, 2 Oct 2004 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

19 years ago2004-10-01 H.J. Lu <hongjiu.lu@intel.com>
hjl [Fri, 1 Oct 2004 20:11:38 +0000 (20:11 +0000)]
2004-10-01  H.J. Lu  <hongjiu.lu@intel.com>

* ld-powerpc/tls.s: Don't set tls type for undefined syms.
* ld-powerpc/tls32.s: Likewise.
* ld-powerpc/tlstoc.s: Likewise.
* ld-s390/tlsbin.s: Likewise.
* ld-s390/tlsbin_64.s: Likewise.
* ld-s390/tlsbinpic.s: Likewise.
* ld-s390/tlsbinpic_64.s: Likewise.
* ld-s390/tlspic1.s: Likewise.
* ld-s390/tlspic1_64.s: Likewise.
* ld-sparc/tlssunbin32.s: Likewise.
* ld-sparc/tlssunbinpic32.s: Likewise.
* ld-sparc/tlssunnopic32.s: Likewise.
* ld-sparc/tlssunpic32.s: Likewise.

19 years ago2004-10-01 Andrew Cagney <cagney@gnu.org>
cagney [Fri, 1 Oct 2004 17:26:01 +0000 (17:26 +0000)]
2004-10-01  Andrew Cagney  <cagney@gnu.org>

* Makefile.in (COMMON_OBS): Add inf-child.o.
* config/vax/obsd.mh (NATDEPFILES): Remove inf-child.o.
* config/vax/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
* config/vax/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
* config/powerpc/nbsd.mh (NATDEPFILES): Remove inf-child.o.
* config/m88k/obsd.mh (NATDEPFILES): Remove inf-child.o.
* config/i386/obsdaout.mh (NATDEPFILES): Remove inf-child.o.
* config/i386/obsd64.mh (NATDEPFILES): Remove inf-child.o.
* config/i386/obsd.mh (NATDEPFILES): Remove inf-child.o.
* config/i386/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
* config/i386/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
* config/i386/nbsd64.mh (NATDEPFILES): Remove inf-child.o.
* config/i386/fbsd64.mh (NATDEPFILES): Remove inf-child.o.
* config/i386/fbsd.mh (NATDEPFILES): Remove inf-child.o.

19 years ago2004-10-01 Andrew Cagney <cagney@gnu.org>
cagney [Fri, 1 Oct 2004 16:12:19 +0000 (16:12 +0000)]
2004-10-01  Andrew Cagney  <cagney@gnu.org>

* target.c (xfer_using_stratum): Change return type to LONGEST.
On each iteration offset, readbuf and writebuf.
* inf-ptrace.c (inf_ptrace_xfer_partial): Simplify computation of
partial_length, and read/modify/write predicate, update comments.
Pass buffer.word to ptrace write.

19 years agoThe patch below adds binutils support for the SHT_ARM_EXIDX, as defined by
nickc [Fri, 1 Oct 2004 12:59:33 +0000 (12:59 +0000)]
The patch below adds binutils support for the SHT_ARM_EXIDX, as defined by
 the ARM EABI.

19 years ago2004-01-01 Paul Brook <paul@codesourcery.com>
pbrook [Fri, 1 Oct 2004 11:37:17 +0000 (11:37 +0000)]
2004-01-01  Paul Brook  <paul@codesourcery.com>

* arm/configure.in: Add *-*-aebi target.
* arm/configure: Regenerate.

19 years agoFixes for the encoding and decoding of the PDP11's SOB instruction
nickc [Fri, 1 Oct 2004 11:19:36 +0000 (11:19 +0000)]
Fixes for the encoding and decoding of the PDP11's SOB instruction

19 years ago * sysv_sem.cc: Update to FreeBSD version 1.69.
corinna [Fri, 1 Oct 2004 11:18:10 +0000 (11:18 +0000)]
* sysv_sem.cc: Update to FreeBSD version 1.69.
1.68: Reduce the overhead of semop() by using the kernel stack
instead of malloc'd memory to store the operations array if it
is small enough to fit.
1.69: Adjust the number of processes waiting on a semaphore properly
if we're woken up in the middle of sleeping.

19 years ago * ld-s390/tlsbin.s: Set tls type for undefined syms.
amodra [Fri, 1 Oct 2004 11:12:15 +0000 (11:12 +0000)]
* ld-s390/tlsbin.s: Set tls type for undefined syms.
* ld-s390/tlsbin_64.s: Likewise.
* ld-s390/tlsbinpic.s: Likewise.
* ld-s390/tlsbinpic_64.s: Likewise.
* ld-s390/tlspic1.s: Likewise.
* ld-s390/tlspic1_64.s: Likewise.
* ld-sparc/tlssunbin32.s: Likewise.
* ld-sparc/tlssunbinpic32.s: Likewise.
* ld-sparc/tlssunnopic32.s: Likewise.
* ld-sparc/tlssunpic32.s: Likewise.

19 years ago * ld-sparc/tlssunbin32.sd: Adjust for changed .dynamic location.
amodra [Fri, 1 Oct 2004 11:11:27 +0000 (11:11 +0000)]
* ld-sparc/tlssunbin32.sd: Adjust for changed .dynamic location.

19 years agoPR 371
nickc [Fri, 1 Oct 2004 10:49:08 +0000 (10:49 +0000)]
PR 371
* ld-undefined/undefined.exp: Remove redundant XPASS specifications.

19 years agoFirst part of turning on initial Ada support.
hilfingr [Fri, 1 Oct 2004 10:23:04 +0000 (10:23 +0000)]
First part of turning on initial Ada support.

* symfile.c (init_filename_language_table): Add extensions for
Ada.
* defs.h (enum language): Add language_ada.
* gdbtypes.h (TYPE_FLAG_FIXED_INSTANCE): Define.
* ada-lang.c: Strip code that is conditionalized out by GNAT_GDB.
(add_symbols_from_enclosing_procs): Make a no-op for now.
(ada_unqualified_name,add_angle_brackets,function_name_from_pc)
(extended_canonical_line_spec, find_sal_from_funcs_and_line)
(find_line_in_linetable, find_next_line_in_linetable)
(read_all_symtabs, is_plausible_func_for_line)
(adjust_pc_past_prologue, error_breakpoint_runtime_sym_not_found)
(is_runtime_sym_defined, check_size): Remove declaration.
(function_name_from_pc, ada_translate_error_message)
(ada_lookup_minimal_symbol): Remove definition.
(ada_add_block_symbols): Remove useless label.
* ada-lang.h (ada_maybe_exception_partial_symbol): Remove
useless declaration.
(ada_is_exception_sym): Likewise.

19 years ago(TARGET_FORMAT): Remove LynxOS COFF definition.
nickc [Fri, 1 Oct 2004 08:38:34 +0000 (08:38 +0000)]
(TARGET_FORMAT): Remove LynxOS COFF definition.

19 years agofix spelling typo in ChangeLog entry
nickc [Fri, 1 Oct 2004 08:30:37 +0000 (08:30 +0000)]
fix spelling typo in ChangeLog entry

19 years ago * config/tc-arc.c (tc_gen_reloc): Don't assume fixP->fx_addsy is an
amodra [Fri, 1 Oct 2004 08:08:52 +0000 (08:08 +0000)]
* config/tc-arc.c (tc_gen_reloc): Don't assume fixP->fx_addsy is an
asymbol *, instead use symbol_get_bfdsym.

19 years ago2004-09-30 Kei Sakamoto <sakamoto.kei@renesas.com>
ksakamot [Fri, 1 Oct 2004 07:29:32 +0000 (07:29 +0000)]
2004-09-30    Kei Sakamoto  <sakamoto.kei@renesas.com>

        Add m32r-linux support.
        * configure.tgt: Add m32r*-*-linux*.
        * Makefile.in (ALLDEPFILES): Add m32r-tdep.c, m32r-linux-nat.c
        and m32r-linux-tdep.c.
        (m32r-linux-nat.o, m32r-linux-tdep.o): New dependencies.
        * m32r-tdep.c: Move some definitions to m32r-tdep.h.
        * config/djgpp/fnchange.lst: Add m32r-linux-nat.c and
        m32r-linux-tdep.c.
        * m32r-tdep.h, m32r-linux-nat.c, m32r-linux-tdep.c,
        config/m32r/linux.mh, config/m32r/linux.mt,
        config/m32r/nm-linux.h: New files.

19 years ago * ld-powerpc/tls.s (gd, ld): Set tls type for undefined syms.
amodra [Fri, 1 Oct 2004 02:19:00 +0000 (02:19 +0000)]
* ld-powerpc/tls.s (gd, ld): Set tls type for undefined syms.
* ld-powerpc/tls32.s (gd, ld): Likewise.
* ld-powerpc/tlstoc.s (gd, ld): Likewise.
* ld-powerpc/tlsso.r: Update.
* ld-powerpc/tlsso32.r: Update.
* ld-powerpc/tlstocso.r: Update.

19 years ago * elf-bfd.h (struct eh_cie_fde): Add need_relative and
amodra [Fri, 1 Oct 2004 00:51:36 +0000 (00:51 +0000)]
* elf-bfd.h (struct eh_cie_fde): Add need_relative and
need_lsda_relative.
* elf-eh-frame.c (_bfd_elf_eh_frame_section_offset): Set
need_relative or need_lsda_relative if we are processing an
offset for a reloc on a FDE initial loc or LSDA field
respectively.
(_bfd_elf_write_section_eh_frame): Test need_relative and
need_lsda_relative in place of corresponding make_* field
when deciding to use pc-relative encodings.

19 years ago * mips-tdep.c (mips32_decode_reg_save): Remove, unused.
brobecke [Fri, 1 Oct 2004 00:43:21 +0000 (00:43 +0000)]
    * mips-tdep.c (mips32_decode_reg_save): Remove, unused.
        (mips32_fetch_instruction): Remove, unused.

19 years ago * mips-tdep.c (mips_insn16_frame_cache): Remove dead code or
brobecke [Fri, 1 Oct 2004 00:20:13 +0000 (00:20 +0000)]
    * mips-tdep.c (mips_insn16_frame_cache): Remove dead code or
        conditions that will always be true.

19 years agodaily update
amodra [Fri, 1 Oct 2004 00:00:04 +0000 (00:00 +0000)]
daily update

19 years ago*** empty log message ***
gdbadmin [Fri, 1 Oct 2004 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

19 years ago* vaxbsd-nat.c: Include "target,h" and "inf-ptrace.h".
kettenis [Thu, 30 Sep 2004 21:04:35 +0000 (21:04 +0000)]
* vaxbsd-nat.c: Include "target,h" and "inf-ptrace.h".
(vaxbsd_fetch_inferior_registers): Rename from
fetch_inferior_registers.  Make static.
(vaxbsd_store_inferior_registers): Rename from
store_inferior_registers.  Make static.
(_initialize_vaxbsd_nat): Construct and add target vector.
* config/vax/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
inftarg.o.  Add inf-child.o and inf-ptrace.o.
* config/vax/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
inftarg.o.  Add inf-child.o and inf-ptrace.o.
(NAT_FILE): Remove.
* config/vax/obsd.mh (NATDEPFILES): Remove infptrace.o and
inftarg.o.  Add inf-child.o and inf-ptrace.o.
(NAT_FILE): Remove.
* Makefile.in (vaxbsd-nat.o): Update dependencies.

19 years ago* m88kbsd-nat.c: Include "target.h" and "inf-ptrace.h".
kettenis [Thu, 30 Sep 2004 20:52:57 +0000 (20:52 +0000)]
* m88kbsd-nat.c: Include "target.h" and "inf-ptrace.h".
(m88kbsd_fetch_inferior_registers): Rename from
fetch_inferior_registers.  Make static.
(m88kbsd_store_inferior_registers): Rename from
store_inferior_registers.  Make static.
(_initialize_m88kbsd_nat): New prototype and function.
* config/m88k/obsd.mh (NATDEPFILES): Remove infptrace.o and
inftarg.o.  Add inf-child.o and inf-ptrace.o.
(NAT_FILE): Remove.
* Makefile.in (m88kbsd-nat.o): Update dependencies.

19 years ago2004-09-30 Andrew Cagney <cagney@gnu.org>
cagney [Thu, 30 Sep 2004 20:36:23 +0000 (20:36 +0000)]
2004-09-30  Andrew Cagney  <cagney@gnu.org>

* target.c (target_xfer_partial): New function.
(target_read_memory_partial, target_write_memory_partial)
(default_xfer_partial, target_read_partial, target_write_partial)
(xfer_using_stratum): Use.
(debug_to_xfer_partial): Delete function.
(setup_target_debug): Do not override to_xfer_partial.

19 years ago* fork-child.c: Update copyright year. Fix coding style.
kettenis [Thu, 30 Sep 2004 20:15:34 +0000 (20:15 +0000)]
* fork-child.c: Update copyright year.  Fix coding style.

19 years ago* how-using.texinfo: Fix typo. Add note about "Install For All Users"
joshuadfranklin [Thu, 30 Sep 2004 19:58:07 +0000 (19:58 +0000)]
* how-using.texinfo: Fix typo. Add note about "Install For All Users"

19 years ago* defs.h (msavestring, mstrsave): Remove prototypes.
kettenis [Thu, 30 Sep 2004 19:57:50 +0000 (19:57 +0000)]
* defs.h (msavestring, mstrsave): Remove prototypes.
* utils.c (msavestring, mstrsave): Remove functions.
* objfiles.c (allocate_objfile): Use xstrdup instead of mstrsave.
* solib-sunos.c (allocate_rt_common_objfile): Use xstrdup instead
of mstrsave.
* source.c (find_and_open_source): Use xstrdup instead of
mstrsave.

19 years agoemultempl/pe.em (gld_${EMULATION_NAME}_set_symbols): Generate correct base
nickc [Thu, 30 Sep 2004 17:19:18 +0000 (17:19 +0000)]
emultempl/pe.em (gld_${EMULATION_NAME}_set_symbols): Generate correct base
  address for position independant executables.
pe-dll.c (pe_dll_fill_sections): Don't mark position independant executables
  as DLLs.

19 years ago(select_control_regs): Add mcf5249.
nickc [Thu, 30 Sep 2004 17:08:49 +0000 (17:08 +0000)]
(select_control_regs): Add mcf5249.

19 years agobfd/
pbrook [Thu, 30 Sep 2004 17:03:45 +0000 (17:03 +0000)]
bfd/
* elf32-arm.h (bfd_elf32_arm_set_target_relocs): Handle "abs"
target2 relocation type.
ld/
* ld.texinfo: Document --target2=abs.
* emulparms/armsymbian.sh (TARGET2_TYPE): Set.
ld/testsuite/
* ld-arm/arm-elf.exp: Add test for --target2=abs.
* ld-arm/arm-target2-abs.d: New file.

19 years agoReally delete inf_ptrace_xfer_memory!
cagney [Thu, 30 Sep 2004 16:46:40 +0000 (16:46 +0000)]
Really delete inf_ptrace_xfer_memory!

19 years ago2004-09-30 H.J. Lu <hongjiu.lu@intel.com>
hjl [Thu, 30 Sep 2004 16:43:40 +0000 (16:43 +0000)]
2004-09-30  H.J. Lu  <hongjiu.lu@intel.com>

PR 414
* elflink.c (_bfd_elf_merge_symbol): Check TLS symbol.

19 years agoEnable target-libgloss for crx-*-*.
nickc [Thu, 30 Sep 2004 16:34:36 +0000 (16:34 +0000)]
Enable target-libgloss for crx-*-*.

19 years agoApply Paul Brook's patch to implement armv6k instructions
nickc [Thu, 30 Sep 2004 16:21:43 +0000 (16:21 +0000)]
Apply Paul Brook's patch to implement armv6k instructions

19 years ago2004-09-30 Andrew Cagney <cagney@gnu.org>
cagney [Thu, 30 Sep 2004 16:18:53 +0000 (16:18 +0000)]
2004-09-30  Andrew Cagney  <cagney@gnu.org>

* inf-ptrace.c (inf_ptrace_target): Do not set to_xfer_memory.
(inf_ptrace_xfer_memory): Delete.
* target.c (target_xfer_partial_p, xfer_using_stratum): New.
(target_read_memory, target_write_memory): Use xfer_using_stratum
when target_xfer_partial_p.
(debug_target): Move to start of file.
(target_read_memory_partial, target_write_memory_partial): Use
to_xfer_partial when target_xfer_partial_p.

19 years ago2004-09-30 Andrew Cagney <cagney@gnu.org>
cagney [Thu, 30 Sep 2004 15:47:28 +0000 (15:47 +0000)]
2004-09-30  Andrew Cagney  <cagney@gnu.org>

* inf-ptrace.c (inf_ptrace_xfer_partial): Replace call to
inf_ptrace_xfer_memory with equivalent code.
* inftarg.c (child_xfer_partial): When performing a write, pass
writebuf to child_xfer_memory.

19 years agoUse ISO C90 semantics
nickc [Thu, 30 Sep 2004 15:40:05 +0000 (15:40 +0000)]
Use ISO C90 semantics

19 years ago2004-09-30 Andrew Cagney <cagney@gnu.org>
cagney [Thu, 30 Sep 2004 14:16:20 +0000 (14:16 +0000)]
2004-09-30  Andrew Cagney  <cagney@gnu.org>

* target.c (target_read_string): Use target_read_memory instead of
target_xfer_memory.

19 years ago2004-09-30 Andrew Cagney <cagney@gnu.org>
cagney [Thu, 30 Sep 2004 14:16:08 +0000 (14:16 +0000)]
2004-09-30  Andrew Cagney  <cagney@gnu.org>

* target.c (target_read_string): Use target_read_memory instead of
target_xfer_memory.

19 years ago(mav_reg_required_here): Allow REG_TYPE_CN as alternative when REG_TYPE_MVF,
nickc [Thu, 30 Sep 2004 13:18:52 +0000 (13:18 +0000)]
(mav_reg_required_here): Allow REG_TYPE_CN as alternative when REG_TYPE_MVF,
REG_TYPE_MVD, REG_TYPE_MVFX or REG_TYPE_MVDX is expected.

19 years ago * include/winbase.h (WINBASEAPI): Define as DECLSPEC_IMPORT only
dannysmith [Thu, 30 Sep 2004 09:08:15 +0000 (09:08 +0000)]
* include/winbase.h (WINBASEAPI): Define as DECLSPEC_IMPORT only
 if __W32API_USE_DLLIMPORT__ is defined.
* include/winuser.h (WINUSERAPI): Likewise.

19 years ago* how-using.texinfo: Add FAQ about network shares and authentication.
joshuadfranklin [Thu, 30 Sep 2004 05:19:27 +0000 (05:19 +0000)]
* how-using.texinfo: Add FAQ about network shares and authentication.

19 years ago2004-09-30 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>
joshuadfranklin [Thu, 30 Sep 2004 05:03:52 +0000 (05:03 +0000)]
2004-09-30  Joshua Daniel Franklin  <joshuadfranklin@yahoo.com>

* how-programming.texinfo: Add gcj note to WinMain@16 FAQ.
* how-using.texinfo: Add FAQ about network shares and authentication.
* install.texinfo: Add "Where is make" to FAQ subtitle.

19 years agodaily update
amodra [Thu, 30 Sep 2004 00:00:06 +0000 (00:00 +0000)]
daily update

19 years ago*** empty log message ***
gdbadmin [Thu, 30 Sep 2004 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

19 years ago2004-09-29 Andrew Cagney <cagney@gnu.org>
cagney [Wed, 29 Sep 2004 19:03:42 +0000 (19:03 +0000)]
2004-09-29  Andrew Cagney  <cagney@gnu.org>

* infptrace.c (kill_inferior): Fix typo, in previous inline.  Pass
the address of status.

19 years agoxstormy16.sc: Only perform the assignments to the ROM region when not performing
nickc [Wed, 29 Sep 2004 16:45:59 +0000 (16:45 +0000)]
xstormy16.sc: Only perform the assignments to the ROM region when not performing
 a relocatable link.  The ROM region does not start at address 0, but the
 sections will.
Makefile.am: Fix linker script dependency for the generation of eelf32xstormy16.c.

19 years ago2004-09-29 Andrew Cagney <cagney@gnu.org>
cagney [Wed, 29 Sep 2004 15:55:51 +0000 (15:55 +0000)]
2004-09-29  Andrew Cagney  <cagney@gnu.org>

* infptrace.c (ptrace_wait): Mention problem with HPUX.
(kill_inferior): Inline ptrace_wait call.
* linux-nat.c (kill_inferior): Inline ptrace_wait call.
* inftarg.c (child_wait): Inline ptrace_wait call.

19 years ago2004-09-29 Andrew Cagney <cagney@gnu.org>
cagney [Wed, 29 Sep 2004 15:33:00 +0000 (15:33 +0000)]
2004-09-29  Andrew Cagney  <cagney@gnu.org>

* target.h (struct target_ops): Delete field to_post_wait.
(target_post_wait): Delete macro.
(child_post_wait): Delete declaration.
* target.c (update_current_target, update_current_target)
(debug_to_post_wait, setup_target_debug): Delete functions and
references.
* infttrace.c (ptrace_wait): Delete call to target_post_wait.
* inftarg.c (child_post_wait): Delete.
(init_child_ops): Do not set to_post_wait.
* infptrace.c (ptrace_wait): Delete call to target_post_wait.
* inf-ptrace.c (inf_ptrace_wait): Delete call to target_post_wait.
* inf-child.c (inf_child_post_wait): Delete.
(inf_child_target): Do not set to_post_wait.
* inf-ptrace.c (inf_ptrace_post_wait): Delete.
(inf_ptrace_target): Do not set to_post_wait.

19 years ago2004-09-29 Andrew Cagney <cagney@gnu.org>
cagney [Wed, 29 Sep 2004 14:26:52 +0000 (14:26 +0000)]
2004-09-29  Andrew Cagney  <cagney@gnu.org>

* wince.c (child_ops): Delete.
* win32-nat.c (child_ops): Delete.

19 years ago2004-09-29 Andrew Cagney <cagney@gnu.org>
cagney [Wed, 29 Sep 2004 14:26:43 +0000 (14:26 +0000)]
2004-09-29  Andrew Cagney  <cagney@gnu.org>

* wince.c (child_ops): Delete.
* win32-nat.c (child_ops): Delete.

19 years ago2004-09-29 Andrew Cagney <cagney@gnu.org>
cagney [Wed, 29 Sep 2004 14:20:25 +0000 (14:20 +0000)]
2004-09-29  Andrew Cagney  <cagney@gnu.org>

* inftarg.c (inftarg_set_find_memory_regions)
(inftarg_set_make_corefile_notes): Delete functions.
(_initialize_linux_nat): Inline calls.

19 years ago2004-09-29 Andrew Cagney <cagney@gnu.org>
cagney [Wed, 29 Sep 2004 13:54:32 +0000 (13:54 +0000)]
2004-09-29  Andrew Cagney  <cagney@gnu.org>

* target.h (child_ops): Declare.
* inftarg.c (child_ops): Move from here ...
* target.c (child_ops): ... to here.
* wince.c (child_ops): Delete extern declaration.
* win32-nat.c (child_ops): Delete extern declaration.
* linux-nat.c (child_ops): Delete extern declaration.
* hpux-thread.c (child_ops): Delete extern declaration.

19 years ago2004-09-29 Andrew Cagney <cagney@gnu.org>
cagney [Wed, 29 Sep 2004 13:54:21 +0000 (13:54 +0000)]
2004-09-29  Andrew Cagney  <cagney@gnu.org>

* target.h (child_ops): Declare.
* inftarg.c (child_ops): Move from here ...
* target.c (child_ops): ... to here.
* wince.c (child_ops): Delete extern declaration.
* win32-nat.c (child_ops): Delete extern declaration.
* linux-nat.c (child_ops): Delete extern declaration.
* hpux-thread.c (child_ops): Delete extern declaration.

19 years agogas/testsuite/
amodra [Wed, 29 Sep 2004 13:36:21 +0000 (13:36 +0000)]
gas/testsuite/
* gas/i386/secrel.s: Pad .rdata out to 16 byte boundary.
* gas/i386/secrel.d: Adjust to suit.

ld/testsuite/
* ld-pe/secrel1.s: Pad .rdata out to 16 byte boundary.
* ld-pe/secrel.d: Adjust to suit.

19 years ago * configure.in (--without-headers): Add missing double quotes.
rsandifo [Wed, 29 Sep 2004 11:43:25 +0000 (11:43 +0000)]
* configure.in (--without-headers): Add missing double quotes.
* configure: Regenerate.

19 years ago * doc/c-i386.texi (i386-Mnemonics): Fix typo.
amodra [Wed, 29 Sep 2004 00:31:13 +0000 (00:31 +0000)]
* doc/c-i386.texi (i386-Mnemonics): Fix typo.

19 years agodaily update
amodra [Wed, 29 Sep 2004 00:00:05 +0000 (00:00 +0000)]
daily update

19 years ago*** empty log message ***
gdbadmin [Wed, 29 Sep 2004 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

19 years agoFix up previous commit.
kettenis [Tue, 28 Sep 2004 20:39:16 +0000 (20:39 +0000)]
Fix up previous commit.

19 years ago* configure.tgt: Set default OS/ABI for OpenBSD ELF targets.
kettenis [Tue, 28 Sep 2004 20:25:53 +0000 (20:25 +0000)]
* configure.tgt: Set default OS/ABI for OpenBSD ELF targets.

19 years ago* configure.in: Only set host_makefile_frag when building a native
kettenis [Tue, 28 Sep 2004 20:17:29 +0000 (20:17 +0000)]
* configure.in: Only set host_makefile_frag when building a native
debugger.
* configure: Regenerate.

19 years ago* alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Register OS/ABI
kettenis [Tue, 28 Sep 2004 20:02:20 +0000 (20:02 +0000)]
* alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Register OS/ABI
for OpenBSD ELF.

19 years ago* alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Register OS/ABI
kettenis [Tue, 28 Sep 2004 20:02:11 +0000 (20:02 +0000)]
* alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Register OS/ABI
for OpenBSD ELF.

19 years ago* emulparams/arm_epoc_pe.sh, emulparams/armpe.sh, emulparams/i386pe.sh,
cgf [Tue, 28 Sep 2004 19:14:25 +0000 (19:14 +0000)]
* emulparams/arm_epoc_pe.sh, emulparams/armpe.sh, emulparams/i386pe.sh,
emulparams/i386pe_posix.sh, emulparams/mcorepe.sh, emulparams/mipspe.sh,
emulparams/ppcpe.sh, scripttempl/pe.sc: Define TARGET_PAGE_SIZE.
* scripttempl/pe.sc: Make the virtual address and file offset synced if the
alignment is lower than the target page size.

19 years ago2004-09-28 Andrew Cagney <cagney@gnu.org>
cagney [Tue, 28 Sep 2004 19:00:52 +0000 (19:00 +0000)]
2004-09-28  Andrew Cagney  <cagney@gnu.org>

Problem identified by Paul Hilfinger.
* Makefile.in (ada_lex_c): Define.
(ada-lex.o): Delete rule.

19 years ago2004-09-28 Andrew Cagney <cagney@gnu.org>
cagney [Tue, 28 Sep 2004 19:00:43 +0000 (19:00 +0000)]
2004-09-28  Andrew Cagney  <cagney@gnu.org>

Problem identified by Paul Hilfinger.
* Makefile.in (ada_lex_c): Define.
(ada-lex.o): Delete rule.

19 years ago2004-09-28 Andrew Cagney <cagney@gnu.org>
cagney [Tue, 28 Sep 2004 17:29:02 +0000 (17:29 +0000)]
2004-09-28  Andrew Cagney  <cagney@gnu.org>

* linux-proc.c: Delete file.
* Makefile.in: Update.
* config/sparc/linux64.mh (NATDEPFILES):
* config/sparc/linux.mh (NATDEPFILES): Update.
* config/s390/s390.mh (NATDEPFILES): Update.
* config/powerpc/ppc64-linux.mh (NATDEPFILES): Update.
* config/powerpc/linux.mh (NATDEPFILES): Update.
* config/pa/linux.mh (NATDEPFILES): Update.
* config/mips/linux.mh (NATDEPFILES): Update.
* config/m68k/linux.mh (NATDEPFILES): Update.
* config/ia64/linux.mh (NATDEPFILES): Update.
* config/i386/linux64.mh (NATDEPFILES): Update.
* config/i386/linux.mh (NATDEPFILES): Update.
* config/arm/linux.mh (NATDEPFILES): Update.
* config/alpha/alpha-linux.mh (NATDEPFILES): Update.
* linux-nat.c: Update copyright.  Include <sys/param.h>,
<sys/procfs.h>, "elf-bfd.h", "gregset.h", <ctype.h>,
"gdbthread.h", "gdb_stat.h", <fcntl.h>.
(O_LARGEFILE): Possibly define.
(_initialize_linux_nat, linux_proc_pending_signals)
(add_line_to_sigset, linux_proc_xfer_memory)
(linux_nat_info_proc_cmd, linux_nat_make_corefile_notes)
(linux_nat_do_registers, linux_nat_corefile_thread_callback)
(struct linux_corefile_thread_data)
(linux_nat_do_thread_registers, linux_nat_find_memory_regions)
(child_pid_to_exec_file): Insert code previously in linux-proc.c.

19 years agoReoder functions to eliminate most of the static function prototypes.
nickc [Tue, 28 Sep 2004 16:26:39 +0000 (16:26 +0000)]
Reoder functions to eliminate most of the static function prototypes.

19 years ago* emultempl/pe.em (gld_${EMULATION_NAME}_unrecognized_file): Allow
cgf [Tue, 28 Sep 2004 15:00:44 +0000 (15:00 +0000)]
* emultempl/pe.em (gld_${EMULATION_NAME}_unrecognized_file): Allow
def_file_parse to handle pe_def_file if NULL and prevent crash with invalid
.def files.

19 years ago2004-09-29 Filip Navara <xnavara@volny.cz>
dannysmith [Tue, 28 Sep 2004 08:46:47 +0000 (08:46 +0000)]
2004-09-29  Filip Navara  <xnavara@volny.cz>

* include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, mcd.h, miniport.h,
mountdev.h, mountmgr.h, ndis.h, ndistapi.h, ndiswan.h, netpnp.h,
newdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h, ntddcdvd.h,
ntddchgr.h, ntdddisk.h, ntddkbd.h, ntddmou.h, ntddpar.h, ntddpcm.h,
ntddscsi.h, ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h,
ntddvdeo.h, ntddvol.h, ntpoapi.h, parallel.h, pfhook.h, poclass.h,
scsi.h, scsiscan.h, smbus.h, srb.h, storport.h, tdiinfo.h,
tdikrnl.h, tvout.h, upssvc.h, usb.h, usb100.h, usbdi.h, usbioctl.h,
usbiodef.h, usbscan.h, usbuser.h, videoagp.h, winddi.h, winddk.h,
winnt4.h, ws2san.h): Fixed packing.
* include/ddk/atm.h (ATM_TRAFFIC_DESCRIPTOR_IE): Fixed declaration.
* include/ddk/hidclass.h (HID_INTERFACE_HIDPARSE,
HID_INTERFACE_NOTIFY_PNP): Likewise.
* include/ddk/ndis.h (NDIS_DMA_BLOCK, CO_FLOW_PARAMETERS): Likewise.
(NdisQueryPacketLength): Added macro. Thanks to Art Yerkes
<ayerkes@speakeasy.net>.
* include/ddk/usb100.h (USB_CONFIGURATION_DESCRIPTOR): Fixed
declaration.
* include/ddk/winddi.h (PATHDATA, GLYPHPOS): Likewise.
* include/ddk/winddk.h (PDRIVER_CONTROL, PDRIVER_LIST_CONTROL,
PDRIVER_ADD_DEVICE, PIO_COMPLETION_ROUTINE, PDRIVER_CANCEL,
PKDEFERRED_ROUTINE, PDRIVER_DISPATCH, PIO_DPC_ROUTINE,
PMM_DLL_INITIALIZE, PMM_DLL_UNLOAD, PDRIVER_ENTRY,
PDRIVER_INITIALIZE, PKSERVICE_ROUTINE, PIO_TIMER_ROUTINE,
PDRIVER_REINITIALIZE, PDRIVER_STARTIO, PKSYNCHRONIZE_ROUTINE,
PDRIVER_UNLOAD, DRIVER_OBJECT): Fixed callback declarations.
(struct FILE_BASIC_INFORMATION): Renamed to _FILE_BASIC_INFORMATION.
(SYNCH_LEVEL): Added definition.
(KPCR, KPCR_TIB): Fixed declaration.
(Interlocked[Push/Pop]EntrySList): Declare only if winbase.h isn't
included and _WIN32_WINNT >= 0x0501.
(RtlEqualLuid): Fixed macro definition.
(KfLowerIrql, KfRaiseIrql): Declare and use instead of KeLowerIrql and
KeRaiseIrql on i386 architectures.

19 years ago* fhandler_termios.cc (fhandler_termios::tcsetpgrp): Disallow attempts to set
cgf [Tue, 28 Sep 2004 04:41:42 +0000 (04:41 +0000)]
* fhandler_termios.cc (fhandler_termios::tcsetpgrp): Disallow attempts to set
the process group to a nonexistent process group.

19 years agodaily update
amodra [Tue, 28 Sep 2004 00:06:36 +0000 (00:06 +0000)]
daily update