OSDN Git Service

pf3gnuchains/pf3gnuchains3x.git
20 years agoFix mail address in most recent commit.
bje [Fri, 5 Sep 2003 00:48:01 +0000 (00:48 +0000)]
Fix mail address in most recent commit.

20 years ago * libc/machine/xscale/memcmp.c (memcmp): Strip trailing whitespace
bje [Fri, 5 Sep 2003 00:45:54 +0000 (00:45 +0000)]
* libc/machine/xscale/memcmp.c (memcmp): Strip trailing whitespace
after continuation characters that induces a warning from modern
versions of GCC.

20 years ago * libc/stdlib/mstats.c[_ELIX_LEVEL]: Fix guards. #ifndef FOO ||
bje [Fri, 5 Sep 2003 00:13:15 +0000 (00:13 +0000)]
* libc/stdlib/mstats.c[_ELIX_LEVEL]: Fix guards.  #ifndef FOO ||
FOO >= 2 is invalid; use #if !defined (FOO) || FOO >= 2 instead.

20 years ago*** empty log message ***
gdbadmin [Fri, 5 Sep 2003 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

20 years agodaily update
amodra [Fri, 5 Sep 2003 00:00:05 +0000 (00:00 +0000)]
daily update

20 years ago* configure: Regenerate.
dj [Thu, 4 Sep 2003 22:53:35 +0000 (22:53 +0000)]
* configure: Regenerate.

20 years ago2003-09-04 Dave Brolley <brolley@redhat.com>
brolley [Thu, 4 Sep 2003 22:46:10 +0000 (22:46 +0000)]
2003-09-04  Dave Brolley  <brolley@redhat.com>

        * frv.cpu (register-transfer): Pass in all attributes in on argument.
        Update all callers.
        (conditional-register-transfer): Ditto.
        (cache-preload): Ditto.
        (floating-point-conversion): Ditto.
        (floating-point-neg): Ditto.
        (float-abs): Ditto.
        (float-binary-op-s): Ditto.
        (conditional-float-binary-op): Ditto.
        (ne-float-binary-op): Ditto.
        (float-dual-arith): Ditto.
        (ne-float-dual-arith): Ditto.

20 years ago* gcore.c: Reorder include files in alphabetical order. Include
kettenis [Thu, 4 Sep 2003 21:05:48 +0000 (21:05 +0000)]
* gcore.c: Reorder include files in alphabetical order.  Include
"gdb_assert.h".  Various coding style fixes.
(derive_stack_segment, derive_heap_segment): Replace check for
non-null BOTTOM and TOP with gdb_assert.
(derive_heap_segment): Replace check for successful creation of
ZERO with gdb_assert.
(make_mem_sec): Use bfd_section_lma to set OSEC->lma.

20 years ago2003-09-04 Andrew Cagney <cagney@redhat.com>
cagney [Thu, 4 Sep 2003 21:03:36 +0000 (21:03 +0000)]
2003-09-04  Andrew Cagney  <cagney@redhat.com>

* thread-db.c (verbose_dlsym): New function.
(thread_db_load): Use verbose_dlsym
(thread_db_new_objfile): Print that libthread_db was loaded, and
that thread debugging was enabled.

20 years ago2003-09-04 Andrew Cagney <cagney@redhat.com>
cagney [Thu, 4 Sep 2003 18:55:34 +0000 (18:55 +0000)]
2003-09-04  Andrew Cagney  <cagney@redhat.com>

* configure.tgt: Add "mips64*-*-*" target.  Delete
mips64*el-*-ecoff*, mips64*el-*-elf*, mips*el-*-ecoff*,
mips*el-*-elf*, mips*-*-lnews*, mips*-*-sysv*, mips*-*-riscos*,
mips*-*-ecoff*, mips*-*-elf*, mips*-little-*, mips*-big-*,
mips*-dec-*, mips64*-big-*, mips64*vr*-*-elf*, mips64*-*-ecoff*,
mips*-sony-*, and mips64*-*-elf* targets.
* config/mips/embedl.mt: Delete file.
* config/mips/embedl64.mt: Delete file.
* config/mips/mips.mt: Delete file.
* config/mips/mips64.mt: Delete file.
* config/mips/tm-embed.h: Delete file.
* config/mips/embed.mt (TM_FILE): Set to "tm-mips.h".
* config/mips/embed64.mt: Delete out-of-date comment.

20 years ago2003-09-04 Andrew Cagney <cagney@redhat.com>
cagney [Thu, 4 Sep 2003 18:04:24 +0000 (18:04 +0000)]
2003-09-04  Andrew Cagney  <cagney@redhat.com>

* hppa-tdep.c (hppa_gdbarch_init): Set
"have_nonsteppable_watchpoint".
* config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
* mips-tdep.c (mips_dump_tdep): Do not print
HAVE_NONSTEPPABLE_WATCHPOINT.
(mips_gdbarch_init): Set "have_nonsteppable_watchpoint".
* config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
* config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
* config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.

20 years ago * breakpoint.c (watchpoint_check): Remove accidentally checked in
corinna [Thu, 4 Sep 2003 17:41:46 +0000 (17:41 +0000)]
* breakpoint.c (watchpoint_check): Remove accidentally checked in
unused code.  Add comment.

20 years ago * breakpoint.c (watchpoint_check): Check for pc being in an
corinna [Thu, 4 Sep 2003 17:24:52 +0000 (17:24 +0000)]
* breakpoint.c (watchpoint_check): Check for pc being in an
epilogue if watchpoint frame couldn't be found.

20 years ago2003-09-04 Andrew Cagney <cagney@redhat.com>
cagney [Thu, 4 Sep 2003 16:48:41 +0000 (16:48 +0000)]
2003-09-04  Andrew Cagney  <cagney@redhat.com>

* Makefile.in: Re-generate all dependencies.

20 years agoMatch GNU/KFreeBSD with new kfreebsd*-gnu triplet.
nickc [Thu, 4 Sep 2003 12:33:44 +0000 (12:33 +0000)]
Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.

20 years agoMake it clear what should be done with patches to the top level configure files
nickc [Thu, 4 Sep 2003 12:30:27 +0000 (12:30 +0000)]
Make it clear what should be done with patches to the top level configure files
(other than config.guess and config.sub).
Add binutils@sources.redhat.com as an address to which patches can be sent.

20 years agoAdd binutils support for v850e1 processor
nickc [Thu, 4 Sep 2003 11:04:33 +0000 (11:04 +0000)]
Add binutils support for v850e1 processor

20 years ago * sysconf.cc (sysconf): Return more accurate value for _SC_AVPHYS_PAGES.
corinna [Thu, 4 Sep 2003 10:57:58 +0000 (10:57 +0000)]
* sysconf.cc (sysconf): Return more accurate value for _SC_AVPHYS_PAGES.

20 years ago * mmap.cc: Restructure. Add, remove and rewrite comments throughout
corinna [Thu, 4 Sep 2003 10:27:51 +0000 (10:27 +0000)]
* mmap.cc: Restructure. Add, remove and rewrite comments throughout
for better readability.  Change function names for better
understanding.
(MAP_SET): Accomodate name change from map_map_ to page_map_.
(MAP_CLR): Ditto.
(MAP_ISSET): Ditto.
(mmap_record::page_map_): Rename from page_map_.
(mmap_record::get_map): Remove.
(mmap_record::alloc_page_map): Rename from alloc_map. Return bool
indicating success of cygheap memory allocation.
(mmap_record::free_page_map): Rename from free_map.
(mmap_record::fixup_page_map): Rename from fixup_map.
(mmap_record::find_unused_pages): Rename from find_empty.
(mmap_record::map_pages): Rename from map_map.
(mmap_record::unmap_pages): Rename from unmap_map.
(class list): Make all class members private.
(list::list): Remove.
(list::~list): Remove.
(list::get_fd): New attribute reader.
(list::get_hash): Ditto.
(list::get_record): Ditto.
(list::add_record): Manage all allocation for mmap_records.  Check
for failed memory allocation and return NULL if so.
(list::set): New function.
(list::del_record): Rename from erase. Return true if last mmap_record
has been deleted, false otherwise. Check for legal incoming index
value.
(list::erase): Remove erase/0.
(list::search_record): Rename from match.
(map::map): Remove.
(map::~map): Remove.
(map::add_list): Manage all allocation for lists.  Check for failed
memory allocation and return NULL if so.
(map::get_list): New method.
(map::del_list): Rename from erase. Check for legal incoming index
value.
(mmap64): Check for failed mmap_record memory allocation.  Return
with MAP_FAILED and errno set to ENOMEM if so.
(munmap): Rearrange loop using new list and mmap_record accessor
functions.  Rename loop index variables for better understanding.
Check if list can be deleted after last mmap_record in it has been
deleted.
(msync): Rearrange loop using new list and mmap_record accessor
functions.  Rename loop index variables for better understanding.
(fixup_mmaps_after_fork): Ditto.

20 years ago* cxx.cc (new): Fix formatting. Just return result of ccalloc rather than
cgf [Thu, 4 Sep 2003 03:01:35 +0000 (03:01 +0000)]
* cxx.cc (new): Fix formatting.  Just return result of ccalloc rather than
calling memset explicitly.

20 years ago * config/tc-ppc.c (md_parse_option): Add PPC_OPCODE_ANY to existing
amodra [Thu, 4 Sep 2003 01:52:18 +0000 (01:52 +0000)]
* config/tc-ppc.c (md_parse_option): Add PPC_OPCODE_ANY to existing
ppc_cpu selection rather than replacing.
(ppc_set_cpu): Ignore and preserve PPC_OPCODE_ANY in ppc_cpu.
(md_begin): When PPC_OPCODE_ANY, insert all opcodes in ppc_hash.

20 years ago * ppc-dis.c (struct dis_private): New.
amodra [Thu, 4 Sep 2003 01:51:37 +0000 (01:51 +0000)]
* ppc-dis.c (struct dis_private): New.
(powerpc_dialect): Make static.  Accept -Many in addition to existing
options.  Save dialect in dis_private.
(print_insn_big_powerpc): Retrieve dialect from dis_private.
(print_insn_little_powerpc): Likewise.
(print_insn_powerpc): Call powpc_dialect here.  Remove unnecessary
efs/altivec check.  Try harder to disassemble if given -Many.
* ppc-opc.c (insert_fxm): Expand comment.
(PPC, PPCCOM, PPC32, PPC64, PPCVEC): Remove PPC_OPCODE_ANY.
(POWER, POWER2, PPCPWR2, POWER32, COM, COM32, M601, PWRCOM): Likewise.
(POWER4): Remove PPCCOM.
(PPCONLY): Don't define.  Update all occurrences to PPC.

20 years ago* mount.cc (mount_commands): Ensure user mode is actually user mode and not the
cgf [Thu, 4 Sep 2003 01:04:57 +0000 (01:04 +0000)]
* mount.cc (mount_commands): Ensure user mode is actually user mode and not the
default system mode.

20 years ago2003-09-03 Andrew Cagney <cagney@redhat.com>
cagney [Thu, 4 Sep 2003 00:05:49 +0000 (00:05 +0000)]
2003-09-03  Andrew Cagney  <cagney@redhat.com>

* arch-utils.h (legacy_print_insn): Delete declaration.
* arch-utils.c (legacy_print_insn): Delete function.
* disasm.c (deprecated_tm_print_insn_info): Delete.
(_initialize_disasm): Delete function, contained code initializing
deprecated_tm_print_insn_info.
* gdbarch.sh (deprecated_tm_print_insn): Delete.
(deprecated_tm_print_insn_info): Delete.
(TARGET_PRINT_INSN): Do not provide a default.
* gdbarch.h, gdbarch.c: Re-generate.

20 years ago*** empty log message ***
gdbadmin [Thu, 4 Sep 2003 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

20 years agodaily update
amodra [Thu, 4 Sep 2003 00:00:06 +0000 (00:00 +0000)]
daily update

20 years ago2003-09-03 Andrew Cagney <cagney@redhat.com>
cagney [Wed, 3 Sep 2003 23:46:57 +0000 (23:46 +0000)]
2003-09-03  Andrew Cagney  <cagney@redhat.com>

* disasm.c (fprintf_disasm): New function.
(gdb_disassemble_info): Call "init_disassemble_info", instead of
INIT_DISASSEMBLE_INFO_NO_ARCH.  Do not initialize "insn_sets",
reverts 2003-08-14 change.
(_initialize_disasm): Call "init_disassemble_info", instead of
INIT_DISASSEMBLE_INFO_NO_ARCH.

20 years agoIndex: opcodes/ChangeLog
cagney [Wed, 3 Sep 2003 23:43:17 +0000 (23:43 +0000)]
Index: opcodes/ChangeLog
2003-09-03  Andrew Cagney  <cagney@redhat.com>

* dis-init.c (init_disassemble_info): New file and function.
* Makefile.am (CFILES): Add "dis-init.c".
(libopcodes_la_SOURCES): Add "dis-init.c".
(dis-init.lo): Specify dependencies.
* Makefile.in: Regenerate.

Index: include/ChangeLog
2003-08-27  Andrew Cagney  <cagney@redhat.com>

* dis-asm.h (init_disassemble_info): Declare.
(INIT_DISASSEMBLE_INFO): Redefine as a call to
init_disassemble_info.
(INIT_DISASSEMBLE_INFO_NO_ARCH): Ditto.

Index: binutils/ChangeLog
2003-09-03  Andrew Cagney  <cagney@redhat.com>

* objdump.c: Refer to init_disassemble_info in comments.
(disassemble_data): Replace INIT_DISASSEMBLE_INFO with
init_disassemble_info.

20 years ago003-09-03 Dave Brolley <brolley@redhat.com>
brolley [Wed, 3 Sep 2003 23:12:21 +0000 (23:12 +0000)]
003-09-03  Dave Brolley  <brolley@redhat.com>

        * cpu.h, model.c, sem.c, decode.h, decode.c: Regenerated.

20 years ago2003-09-03 Dave Brolley <brolley@redhat.com>
brolley [Wed, 3 Sep 2003 23:09:56 +0000 (23:09 +0000)]
2003-09-03  Dave Brolley  <brolley@redhat.com>

        * frv-*: Regenerated.

20 years ago2003-09-03 Dave Brolley <brolley@redhat.com>
brolley [Wed, 3 Sep 2003 23:03:45 +0000 (23:03 +0000)]
2003-09-03  Dave Brolley  <brolley@redhat.com>

        * frv.opc (parse_A, parse_A0, parse_A1): New parse handlers.
        * frv.cpu (UNIT): Add IALL, FMALL, FMLOW, STORE, SCAN, DCPL, MDUALACC,
        MCLRACC-1.
        (A): Removed operand.
        (A0,A1): New operands replace operand A.
        (mnop): Now a real insn
        (mclracc): Removed insn.
        (mclracc-0, mclracc-1): New insns replace mclracc.
        (all insns): Use new UNIT attributes.

20 years agoSpelling fix by the ChangeLog police.
bje [Wed, 3 Sep 2003 22:40:45 +0000 (22:40 +0000)]
Spelling fix by the ChangeLog police.

20 years ago2003-09-03 Michael Snyder <msnyder@redhat.com>
msnyder [Wed, 3 Sep 2003 22:36:06 +0000 (22:36 +0000)]
2003-09-03  Michael Snyder  <msnyder@redhat.com>

  * config/djgpp/fnchange.lst: Fix up sim/frv/profile-fr*.[ch].

20 years ago2003-09-03 Michael Snyder <msnyder@redhat.com>
msnyder [Wed, 3 Sep 2003 21:56:01 +0000 (21:56 +0000)]
2003-09-03  Michael Snyder  <msnyder@redhat.com>

        * sim/frv/fr500/mclracc.cgs: Change mach to 'all',
        to be consistant with other tests in the directory.

20 years ago2003-09-03 Michael Snyder <msnyder@redhat.com>
msnyder [Wed, 3 Sep 2003 21:51:57 +0000 (21:51 +0000)]
2003-09-03  Michael Snyder  <msnyder@redhat.com>

* sim/frv/interrupts/Ipipe-fr400.cgs: New file.
* sim/frv/interrupts/Ipipe-fr500.cgs: New file.
* sim/frv/interrupts/Ipipe.cgs: Remove (replaced by above).

20 years ago2003-09-03 Andrew Cagney <cagney@redhat.com>
cagney [Wed, 3 Sep 2003 21:01:42 +0000 (21:01 +0000)]
2003-09-03  Andrew Cagney  <cagney@redhat.com>

* config/rs6000/tm-rs6000.h (IBM6000_TARGET): Delete definition.
* config/rs6000/nm-rs6000.h (DEPRECATED_IBM6000_TARGET): Define.
* symfile.c (syms_from_objfile): Update.
(reread_symbols): `Update
* exec.c (exec_file_attach): Update.
(exec_file_attach): Update.
* config/powerpc/tm-nbsd.h: Delete #undef IBM6000_TARGET, revert
2003-08-29 change.
* config/powerpc/tm-linux.h: Delete #undef IBM6000_TARGET.

20 years ago * arm-tdep.c: Include frame-unwind.h, frame-base.h, and
drow [Wed, 3 Sep 2003 20:46:01 +0000 (20:46 +0000)]
* arm-tdep.c: Include frame-unwind.h, frame-base.h, and
trad-frame.h.
(arm_get_cache): Delete macro.
(struct arm_prologue_cache): Update comments.  Make saved_regs into
a trad_frame_saved_reg pointer.  Remove unwound_pc; rename unwound_sp
to prev_sp.
(thumb_scan_prologue): Update for cache changes.  Don't call
DEPRECATED_PC_IN_CALL_DUMMY.
(arm_scan_prologue): Update for cache changes.  Take NEXT_FRAME
argument and use it in desperation search for our prologue.  Do not
search past the specified PC.
(arm_make_prologue_cache): Simplify.

(arm_prologue_this_id, arm_prologue_prev_register)
(arm_prologue_unwind, arm_prologue_unwind_sniffer)
(arm_normal_frame_base, arm_normal_base, arm_make_sigtramp_cache)
(arm_sigtramp_this_id, arm_sigtramp_prev_register)
(arm_sigtramp_unwind, arm_sigtramp_unwind_sniffer)
(arm_unwind_dummy_id, arm_unwind_pc, arm_unwind_sp): New.

(arm_frame_chain_valid, arm_find_callers_reg)
(arm_frame_saved_pc, arm_read_fp, arm_frame_init_saved_regs)
(arm_pop_frame): Delete obsolete methods.
(arm_minimal_frame_chain, arm_minimal_frame_info): Delete.

(arm_gdbarch_init): Update for new frame methods.  Register prologue
and sigtramp unwinders.  Set the default frame base method.

* Makefile.in (arm-tdep.o): Update dependencies.
* varobj.c (find_frame_addr_in_frame_chain): Call
get_frame_base_address.
* std-regs.c (value_of_builtin_frame_fp_reg): Likewise.

20 years ago * arm-tdep.c (arm_minimal_frame_chain): Renamed from
drow [Wed, 3 Sep 2003 20:45:02 +0000 (20:45 +0000)]
* arm-tdep.c (arm_minimal_frame_chain): Renamed from
arm_frame_chain.  Take NEXT_FRAME and CACHE arguments.
Use the cache instead of DEPRECATED_FRAME_SAVED_PC.
(arm_minimal_frame_info): Renamed from arm_init_extra_frame_info.
Take NEXT_FRAME and CACHE arguments.  Call
FRAMELESS_FUNCTION_INVOCATION instead of checking FROMLEAF argument.
Set unwound_pc in CACHE instead of modifying the frame argument.
Don't bother checking the frame type when looking for sigtramp
frames.
(arm_make_prologue_cache, arm_frame_chain)
(arm_init_extra_frame_info): New functions.

20 years ago * arm-tdep.c (arm_get_cache): Define.
drow [Wed, 3 Sep 2003 20:44:25 +0000 (20:44 +0000)]
* arm-tdep.c (arm_get_cache): Define.
(struct arm_prologue_cache): Renamed from frame_extra_info.  Add
unwound_sp, unwound_pc, and saved_regs.
(thumb_scan_prologue): Take a cache instead of the frame.
(arm_scan_prologue): Likewise.
(arm_frame_chain): Create a temporary cache for arm_scan_prologue
instead of a temporary frame.
(arm_init_extra_frame_info): Allocate and use a cache.
(arm_frame_saved_pc, arm_pop_frame): Use the cache.

20 years ago2003-09-03 Andrew Cagney <cagney@redhat.com>
cagney [Wed, 3 Sep 2003 18:52:19 +0000 (18:52 +0000)]
2003-09-03  Andrew Cagney  <cagney@redhat.com>

* config/arm/wince.mt (TM_CLIBS): Replace WIN32LIBS.
* config/mips/wince.mt (TM_CLIBS): Ditto.
* config/sh/wince.mt (TM_CLIBS): Ditto.
* config/pa/hppa64.mt (TM_CLIBS): Delete.
* config/sparc/sp64.mt (CC): Delete.

20 years ago * Makefile.in (FLAGS_TO_PASS): Pass down $(bindir) and $(mandir).
schwab [Wed, 3 Sep 2003 18:46:52 +0000 (18:46 +0000)]
* Makefile.in (FLAGS_TO_PASS): Pass down $(bindir) and $(mandir).

20 years agoDo not skip section symbols that are used in relocs.
nickc [Wed, 3 Sep 2003 16:06:11 +0000 (16:06 +0000)]
Do not skip section symbols that are used in relocs.

20 years ago2003-09-03 Andrew Cagney <cagney@redhat.com>
cagney [Wed, 3 Sep 2003 15:02:48 +0000 (15:02 +0000)]
2003-09-03  Andrew Cagney  <cagney@redhat.com>

* defs.h: Do not include "arch-utils.h".
(GDB_MULTI_ARCH): If not defined, set to GDB_MULTI_ARCH_PARTIAL or
GDB_MULTI_ARCH_PURE.
* configure.in (GDB_MULTI_ARCH): Do not define.
* configure, config.in: Regenerate.
* configure.tgt: Do not set variable "gdb_multi_arch".
* config/s390/s390x.mt (GDB_MULTI_ARCH): Delete.
* config/s390/s390.mt (GDB_MULTI_ARCH): Delete.
* config/i386/x86-64linux.mt (GDB_MULTI_ARCH): Delete.
* config/v850/v850.mt (TM_FILE): Delete disabled definition.
* config/m68hc11/m68hc11.mt (TM_FILE): Delete definition.
* config/vax/tm-vax.h (GDB_MULTI_ARCH): Delete definition.
* config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Delete definition.
* config/sparc/tm-sun4sol2.h (GDB_MULTI_ARCH): Delete definition.
* config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete definition.
* config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete definition.
* config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Delete definition.
* config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Delete definition.
* config/ns32k/tm-ns32k.h (GDB_MULTI_ARCH): Delete definition.
* config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Delete definition.
* config/i386/tm-i386.h (GDB_MULTI_ARCH): Delete definition.
* config/h8300/tm-h8300.h (GDB_MULTI_ARCH): Delete definition.
* config/frv/tm-frv.h (GDB_MULTI_ARCH): Delete definition.
* config/alpha/tm-alpha.h (GDB_MULTI_ARCH): Delete definition.

20 years ago* exceptions.cc (set_process_mask): Set pending signals only when signals
cgf [Wed, 3 Sep 2003 14:15:54 +0000 (14:15 +0000)]
* exceptions.cc (set_process_mask): Set pending signals only when signals
become unmasked.
* sigproc.cc (pending_signals): Flip back to a global.
(wait_sig): Don't set pending signals when there is an armed semaphore or
signal is blocked.
* shared.cc (shared_info::initialize): Add a username parameter for user-mode
mounts.  Reorganize to try to avoid startup race.
(memory_init): Move some stuff into shared_info::initialize.
* shared_info.h (shared_info::initialize): Change declaration.
(CURR_SHARED_MAGIC): Update.

20 years agoAdd *kfreebsd-gnu configuration support
nickc [Wed, 3 Sep 2003 09:32:17 +0000 (09:32 +0000)]
Add *kfreebsd-gnu configuration support

20 years agoUse bfd_map_over_sections to walk section chain.
nickc [Wed, 3 Sep 2003 08:26:47 +0000 (08:26 +0000)]
Use bfd_map_over_sections to walk section chain.
Do not dump the contents of an empty section.

20 years ago2003-09-02 Bart Oldeman <bartoldeman@users.sourceforge.net>
dannysmith [Wed, 3 Sep 2003 00:59:02 +0000 (00:59 +0000)]
2003-09-02  Bart Oldeman  <bartoldeman@users.sourceforge.net>

* lib/snmpapi.def (LIBRARY) Add library name.
Remove '\r', throughout.
* lib/wsnmp32.def: Remove '\r', throughout.
* lib/igmpagnt.def: Likewise.

20 years agomerge from gcc
dj [Wed, 3 Sep 2003 00:03:18 +0000 (00:03 +0000)]
merge from gcc

20 years agodaily update
amodra [Wed, 3 Sep 2003 00:00:06 +0000 (00:00 +0000)]
daily update

20 years ago*** empty log message ***
gdbadmin [Wed, 3 Sep 2003 00:00:01 +0000 (00:00 +0000)]
*** empty log message ***

20 years ago* configure.in: Ensure arguments to sed are properly spaced.
dj [Tue, 2 Sep 2003 23:21:43 +0000 (23:21 +0000)]
* configure.in: Ensure arguments to sed are properly spaced.
* configure: Regenerate.

20 years ago2003-09-02 Thomas Pfaff <tpfaff@gmx.net>
jjohnstn [Tue, 2 Sep 2003 22:42:05 +0000 (22:42 +0000)]
2003-09-02  Thomas Pfaff  <tpfaff@gmx.net>

        * libc/stdlib/atexit.c: Rename _REENT to _GLOBAL_REENT throughout.
        * libc/stdlib/exit.c : Ditto.
        * libc/stdlib/on_exit.c: Ditto.

20 years ago * configure.in: Update AC_PREREQ to 2.57. Use AC_CONFIG_FILES
drow [Tue, 2 Sep 2003 17:59:12 +0000 (17:59 +0000)]
* configure.in: Update AC_PREREQ to 2.57.  Use AC_CONFIG_FILES
and AC_CONFIG_COMMANDS instead of the three-argument AC_OUTPUT.
Specify AC_CONFIG_AUX_DIR.
* aclocal.m4: Regenerated with aclocal-1.7.
* configure: Regenerated with autoconf 2.57.
* Makefile.in, doc/Makefile.in: Regenerated with automake-1.7.

20 years ago * ppc-opc.c (powerpc_opcodes): Combine identical PPC403/BOOKE entries.
amodra [Tue, 2 Sep 2003 04:15:29 +0000 (04:15 +0000)]
* ppc-opc.c (powerpc_opcodes): Combine identical PPC403/BOOKE entries.
Move duplicate mnemonic entries together.  Use RS instead of RT on
all mt*.
* ppc-dis.c: Convert to ISO C.

20 years ago*** empty log message ***
gdbadmin [Tue, 2 Sep 2003 00:00:31 +0000 (00:00 +0000)]
*** empty log message ***

20 years agodaily update
amodra [Tue, 2 Sep 2003 00:00:05 +0000 (00:00 +0000)]
daily update

20 years ago * MAINTAINERS: Move Dave Anglin's entry to where it belongs.
amodra [Mon, 1 Sep 2003 22:45:05 +0000 (22:45 +0000)]
* MAINTAINERS: Move Dave Anglin's entry to where it belongs.

20 years ago* gas/mips/elf-rel-got-n32.d: Fix ulw and usw patterns for
macro [Mon, 1 Sep 2003 17:36:47 +0000 (17:36 +0000)]
* gas/mips/elf-rel-got-n32.d: Fix ulw and usw patterns for
little-endian.
* gas/mips/elf-rel-got-n64.d: Likewise.
* gas/mips/elf-rel-xgot-n32.d: Likewise.
* gas/mips/elf-rel-xgot-n64.d: Likewise.

20 years ago* include/cygwin/version.h: Bump DLL minor number to 4.
cgf [Mon, 1 Sep 2003 17:12:29 +0000 (17:12 +0000)]
* include/cygwin/version.h: Bump DLL minor number to 4.

20 years ago* net.cc (dup_ent): Restore check for NULL input.
cgf [Mon, 1 Sep 2003 16:47:03 +0000 (16:47 +0000)]
* net.cc (dup_ent): Restore check for NULL input.

20 years ago * pathnames.sgml: Remove description how to mount raw devices and
corinna [Mon, 1 Sep 2003 12:56:01 +0000 (12:56 +0000)]
* pathnames.sgml: Remove description how to mount raw devices and
dicourage it.  Desparately try to make usage of raw devices a bit
clearer.

20 years ago* kill.cc (forcekill): Silence some compiler warnings.
cgf [Mon, 1 Sep 2003 02:40:16 +0000 (02:40 +0000)]
* kill.cc (forcekill): Silence some compiler warnings.

20 years ago* Makefile.in: Oops. Put the '...' in the right place.
cgf [Mon, 1 Sep 2003 02:33:49 +0000 (02:33 +0000)]
* Makefile.in: Oops.  Put the '...' in the right place.

20 years ago* include/sys/cygwin.h: Don't define cygwin-specific things if !__CYGWIN__.
cgf [Mon, 1 Sep 2003 02:26:27 +0000 (02:26 +0000)]
* include/sys/cygwin.h: Don't define cygwin-specific things if !__CYGWIN__.

20 years ago2003-08-30 Michael Chastain <mec@shout.net>
chastain [Mon, 1 Sep 2003 02:11:06 +0000 (02:11 +0000)]
2003-08-30  Michael Chastain  <mec@shout.net>

* Makefile.in: Remove tm-hp300bsd.h, tm-hp300hpux.h.
* config/m68k/nm-hp300hpux.h: Delete.
* config/m68k/tm-hp300hpux.h: Delete.
* config/m68k/xm-hp300hpux.h: Delete.
* config/m68k/xm-hp300bsd.h: Delete.
* config/djgpp/fnchange.lst: Remove nm-hp300hpux.h,
tm-hp300hpux.h, xm-hp300hpux.h.
* somsolib.c: Remove comment about hp300 shared libraries.

20 years ago* cygheap.cc (cygheap_init): Allocate space for sigaction array in cygheap.
cgf [Mon, 1 Sep 2003 02:05:32 +0000 (02:05 +0000)]
* cygheap.cc (cygheap_init): Allocate space for sigaction array in cygheap.
* cygheap.h (cygheap_types): Add HEAP_SIGS.
* exceptions.cc (signal_fixup_after_exec): Remove from this file.
* pinfo.h (pinfo::getsig): Just return global_sigs array.
(pinfo::sigs): Delete.
* sigproc.cc (signal_fixup_after_exec): Move it here.
(global_sigs): New global array, moved from pinfo structure.
(sigalloc): New function.  Allocate global sigaction array here.
(proc_subproc): Remove copysigs call.  It's automatic now.
* include/sys/cygwin.h (PID_NOCLDSTOP): New value.
* signal.cc (sigaction): Set myself->PID_NODCLDSTOP when appropriate.
* sigproc.h (sigalloc): Declare.
* fnmatch.c (fnmatch): Use C90 parameters.
(rangematch): Ditto.
* fhandler.cc (fhandler_base::raw_read): Use right coercion to avoid a compiler
warning.

20 years ago* Makefile.in: Display "..." when not-verbose.
cgf [Mon, 1 Sep 2003 01:57:43 +0000 (01:57 +0000)]
* Makefile.in: Display "..." when not-verbose.
* kill.cc (forcekill): Default to entered pid when pinfo fails.  Issue some
warnings when things don't work.

20 years ago*** empty log message ***
gdbadmin [Mon, 1 Sep 2003 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

20 years agodaily update
amodra [Mon, 1 Sep 2003 00:00:06 +0000 (00:00 +0000)]
daily update

20 years ago* net.cc (dup_ent): Make debugging output consistent.
cgf [Sun, 31 Aug 2003 23:23:40 +0000 (23:23 +0000)]
* net.cc (dup_ent): Make debugging output consistent.

20 years agoUse dup_ent rather than specific dup_*_ptr functions throughout.
cgf [Sun, 31 Aug 2003 23:16:34 +0000 (23:16 +0000)]
Use dup_ent rather than specific dup_*_ptr functions throughout.
* (gen_ent): Delete.
(dup_ent): Subsume gen_ent functionality.
(dup_host_ptr): Delete.
(dup_proto_ptr): Ditto.
(dup_servent_ptr): Ditto.
* net.cc (gen_ent): Invert sense of null check so that debug output makes
sense.

20 years ago* net.cc (free_char_list): Delete.
cgf [Sun, 31 Aug 2003 22:02:15 +0000 (22:02 +0000)]
* net.cc (free_char_list): Delete.
(dup_addr_list): Delete.
(dup_char_list): Delete.
(free_hostent_ptr): Delete.
(free_protoent_ptr): Delete.
(free_servent_ptr): Delete.
(DWORD_round): New function.
(strlen_round): New function.  Returns strlen rounded up to word size.
(dup_ent): New, generic function to duplicate a {host,proto,serv}ent structure.
(gen_ent): New macro.  Generates a generic dup_{host,proto,serv}ent_ptr
function.
(cygwin_getservbyname): Remove call to free_servent_ptr, pass servent_buf to
dup_servent_ptr.
(cygwin_getservbyport): Ditto.
(cygwin_gethostbyname): Ditto for hostent.
(cygwin_gethostbyaddr): Ditto.
(cygwin_getprotobyname): Ditto for protoent.
(cygwin_getprotobynumber): Ditto.

20 years ago* Makefile.in (MALLOC_OFILES): Always fill in with correct malloc object.
cgf [Sun, 31 Aug 2003 18:26:58 +0000 (18:26 +0000)]
* Makefile.in (MALLOC_OFILES): Always fill in with correct malloc object.
* configure.in: Fill in MALLOC_OFILES with either debugging or regular malloc.
* configure: Regenerate.
* dlmalloc.c: Make various fruitless changes to attempt to get to work.
* dlmalloc.h: Ditto.
* malloc.cc (free): Check malloc pool when debugging.
* path.cc (win32_device_name): Eliminate compiler warning.
* sigproc.cc (sig_dispatch_pending): Remove use of was_pending.  Let
thisframe.call_signal_handler decide if handler should be called rather than
using bogus was_pending check.
* exceptions.cc (interrupt_setup): Remove accidentally checked in debugging
code.
* heap.cc (sbrk): Save rounded addess in user_heap_max.

20 years agofixed comment for i860_howto_pc26_reloc
cpg [Sun, 31 Aug 2003 18:25:09 +0000 (18:25 +0000)]
fixed comment for i860_howto_pc26_reloc

20 years ago * elf32-i860.c (i860_howto_pc26_reloc): Finish relocation here
cpg [Sun, 31 Aug 2003 18:22:06 +0000 (18:22 +0000)]
* elf32-i860.c (i860_howto_pc26_reloc): Finish relocation here
instead of returning bfd_reloc_continue.

20 years ago* i386-linux-nat.c (ps_get_thread_area): Don't define as extern.
kettenis [Sun, 31 Aug 2003 15:18:57 +0000 (15:18 +0000)]
* i386-linux-nat.c (ps_get_thread_area): Don't define as extern.
Only define PTRACE_GET_THREAD_AREA is not already defined.
Various style fixes in code and comments and some additional
spelling fixes in comments.  Move after functions dealing with
debug registers.
* x86-64-linux-nat.c (ps_get_thread_area): Don't define as extern.
Fix coding-style.

20 years ago* alphafbsd-tdep.c (alphafbsd_sigcontext_addr): Use
kettenis [Sun, 31 Aug 2003 12:56:41 +0000 (12:56 +0000)]
* alphafbsd-tdep.c (alphafbsd_sigcontext_addr): Use
frame_unwind_register_unsigned instead of
frame_unwind_unsigned_register.

20 years ago * merge.c: Update to ISO C90.
aj [Sun, 31 Aug 2003 10:07:46 +0000 (10:07 +0000)]
* merge.c: Update to ISO C90.

20 years agochange copyright
cgf [Sun, 31 Aug 2003 00:40:16 +0000 (00:40 +0000)]
change copyright

20 years agodaily update
amodra [Sun, 31 Aug 2003 00:00:05 +0000 (00:00 +0000)]
daily update

20 years ago*** empty log message ***
gdbadmin [Sun, 31 Aug 2003 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

20 years ago* sigproc.cc (sig_dispatch_pending): Remove explicit call to
cgf [Sat, 30 Aug 2003 20:43:06 +0000 (20:43 +0000)]
* sigproc.cc (sig_dispatch_pending): Remove explicit call to
thisframe.call_signal_handler.

20 years agomissed one
cgf [Sat, 30 Aug 2003 16:35:46 +0000 (16:35 +0000)]
missed one

20 years ago* msg.cc: New file.
cgf [Sat, 30 Aug 2003 16:34:56 +0000 (16:34 +0000)]
* msg.cc: New file.
* sem.cc: Ditto.

20 years ago* threaded_queue.h: New file.
cgf [Sat, 30 Aug 2003 16:32:15 +0000 (16:32 +0000)]
* threaded_queue.h: New file.

20 years agoRemove some cygserver files.
cgf [Sat, 30 Aug 2003 16:31:10 +0000 (16:31 +0000)]
Remove some cygserver files.

20 years ago2003-08-30 Michael Chastain <mec@shout.net>
chastain [Sat, 30 Aug 2003 04:58:21 +0000 (04:58 +0000)]
2003-08-30  Michael Chastain  <mec@shout.net>

* gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
* gdb.gdb/observer.exp: Ditto.
* gdb.gdb/xfullpath.exp: Ditto.

20 years ago* configure.in: Search for gethostbyname in libnsl.
kettenis [Sat, 30 Aug 2003 00:06:21 +0000 (00:06 +0000)]
* configure.in: Search for gethostbyname in libnsl.
* configure: Regenerated.

20 years ago*** empty log message ***
gdbadmin [Sat, 30 Aug 2003 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

20 years agodaily update
amodra [Sat, 30 Aug 2003 00:00:07 +0000 (00:00 +0000)]
daily update

20 years agos/.cfi_gnu_window_save/.cfi_window_save/g
jakub [Fri, 29 Aug 2003 20:32:55 +0000 (20:32 +0000)]
s/.cfi_gnu_window_save/.cfi_window_save/g

20 years ago2003-08-29 Dave Brolley <brolley@redhat.com>
brolley [Fri, 29 Aug 2003 20:22:01 +0000 (20:22 +0000)]
2003-08-29  Dave Brolley  <brolley@redhat.com>

        * compSched.cxx (operator <<): Stream active_pin.
        (operator >>): Ditto.
        (active_pin): New member of scheduler_component.
        (advance): Drive active_pin with 1 or 0 as the enable
        threshold is crossed.
        (scheduler_component): Add "active_pin".
        (sid-sched.xml): Document "active" pin and interaction between
        "enabled?" and "enable-threshold".
        (sid-sched.txt): Regenerated.

20 years ago * dw2gencfi.c (cfi_pseudo_table): Add cfi_gnu_window_save.
jakub [Fri, 29 Aug 2003 20:20:17 +0000 (20:20 +0000)]
* dw2gencfi.c (cfi_pseudo_table): Add cfi_gnu_window_save.
(dot_cfi, output_cfi_insn): Handle DW_CFA_GNU_window_save.
(output_cie): Don't use DW_EH_PE_pcrel if neither DIFF_EXPR_OK
nor tc_cfi_emit_pcrel_expr are defined.
(output_fde): Use tc_cfi_emit_pcrel_expr if available and
DIFF_EXPR_OK is not defined.
* config/tc-sparc.h (TARGET_USE_CFIPOP): Define.
(tc_cfi_frame_initial_instructions, tc_regname_to_dw2regnum,
tc_cfi_emit_pcrel_expr): Define.
(sparc_cfi_frame_initial_instructions, sparc_regname_to_dw2regnum,
sparc_cfi_emit_pcrel_expr): New prototypes.
(sparc_cie_data_alignment): New decl.
(DWARF2_DEFAULT_RETURN_COLUMN, DWARF2_CIE_DATA_ALIGNMENT): Define.
* config/tc-sparc.c: Include dw2gencfi.h.
(sparc_cie_data_alignment): New variable.
(md_begin): Initialize it.
(sparc_cfi_frame_initial_instructions): New function.
(sparc_regname_to_dw2regnum): Likewise.
(sparc_cfi_emit_pcrel_expr): Likewise.
* doc/as.texinfo: Document .cfi_gnu_window_save.

* config/tc-sparc.c (s_common): Cast last argument to long and
change format string to shut up warning.
testsuite/
* gas/cfi/cfi-sparc-1.s: New test.
* gas/cfi/cfi-sparc-1.d: New test.
* gas/cfi/cfi-sparc64-1.s: New test.
* gas/cfi/cfi-sparc64-1.d: New test.
* gas/cfi/cfi.exp: Run them.

20 years ago2003-08-29 Dave Brolley <brolley@redhat.com>
brolley [Fri, 29 Aug 2003 19:45:10 +0000 (19:45 +0000)]
2003-08-29  Dave Brolley  <brolley@redhat.com>

        * compSched.cxx (operator <<): Stream active_p and active_pin.
        (operator >>): Ditto.
        (active_p): New member of scheduler_component.
        (active_pin): Ditto.
        (advance): Drive active_pin with 1 or 0 as the enable
        threshold is crossed.
        (scheduler_component): Initialize active_p. Add "active_pin".
        (sid-sched.xml): Document "active" pin and interaction between
        "enabled?" and "enable-threshold".
        (sid-sched.txt): Regenerated.

20 years ago003-08-21 Dave Brolley <brolley@redhat.com>
brolley [Fri, 29 Aug 2003 19:27:05 +0000 (19:27 +0000)]
003-08-21  Dave Brolley  <brolley@redhat.com>

        * sidcpuutil.h (end_line): New method of basic_cpu::cpu_trace_stream.
        (operator<<): Use static_cast instead of dynamic_cast.

20 years ago2003-08-21 Dave Brolley <brolley@redhat.com>
brolley [Fri, 29 Aug 2003 19:26:22 +0000 (19:26 +0000)]
2003-08-21  Dave Brolley  <brolley@redhat.com>

        * compCGEN.cxx (end_trace): Call end_line.

20 years ago* configure.in: Remove redundant AC_MSG_RESULT in check for
kettenis [Fri, 29 Aug 2003 19:18:06 +0000 (19:18 +0000)]
* configure.in: Remove redundant AC_MSG_RESULT in check for
uintptr_t in stdint.h.
* configure: Regenerated.

20 years ago2003-08-29 Dave Brolley <brolley@redhat.com>
brolley [Fri, 29 Aug 2003 19:14:54 +0000 (19:14 +0000)]
2003-08-29  Dave Brolley  <brolley@redhat.com>

        * Makefile.am (stamp-frv): Copy frv.cpu and frv.opc from
        $(srcdir)/../cpu temporarily when regenerating source files.
        * Makefile.in: Regenerated.

20 years ago2003-08-29 Dave Brolley <brolley@redhat.com>
brolley [Fri, 29 Aug 2003 19:13:00 +0000 (19:13 +0000)]
2003-08-29  Dave Brolley  <brolley@redhat.com>

        * Makefile.in (stamp-arch): Copy frv.cpu from $(srcdir)../../cpu
        temporarily when regenerating files.
        (stamp-cpu): Ditto.

20 years ago2003-08-29 Dave Brolley <brolley@redhat.com>
brolley [Fri, 29 Aug 2003 17:20:42 +0000 (17:20 +0000)]
2003-08-29  Dave Brolley  <brolley@redhat.com>

        * MAINTAINERS: Add myself as maintainer of the FRV port.