OSDN Git Service

pf3gnuchains/pf3gnuchains4x.git
20 years ago* pinfo.cc (pinfo::init): Guard against MapViewOfFileEx failure.
cgf [Fri, 16 Jul 2004 15:49:21 +0000 (15:49 +0000)]
* pinfo.cc (pinfo::init): Guard against MapViewOfFileEx failure.

20 years ago2004-07-16 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Fri, 16 Jul 2004 15:47:14 +0000 (15:47 +0000)]
2004-07-16  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/stdio/fvwrite.c (_sfvwrite):  For asprintf family
        calls, if realloc fails, free up buffer as it is no longer
        used.

20 years ago * mmap.cc (mmap_record::alloc_page_map): Mark pages as allocated even
corinna [Fri, 16 Jul 2004 14:32:03 +0000 (14:32 +0000)]
* mmap.cc (mmap_record::alloc_page_map): Mark pages as allocated even
on Windows 9x, FWIW.

20 years ago* how-resources.texinfo: Update documentation to /usr/share/doc.
joshuadfranklin [Fri, 16 Jul 2004 14:17:15 +0000 (14:17 +0000)]
* how-resources.texinfo: Update documentation to /usr/share/doc.
* how-using.texinfo: Add paragraph about find -noleaf.

20 years agooops - omitted from previous delta
nickc [Fri, 16 Jul 2004 11:14:33 +0000 (11:14 +0000)]
oops - omitted from previous delta

20 years ago*** empty log message ***
gdbadmin [Fri, 16 Jul 2004 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

20 years ago * ada-lang.c (ada_language_defn): Remove commented out code.
brobecke [Thu, 15 Jul 2004 23:49:42 +0000 (23:49 +0000)]
* ada-lang.c (ada_language_defn): Remove commented out code.

20 years agoReplace entry for 2004-06-02 with more detailed log entries.
hilfingr [Thu, 15 Jul 2004 22:13:48 +0000 (22:13 +0000)]
Replace entry for 2004-06-02 with more detailed log entries.
Add missing notice that ada-tasks.c has been removed to 2004-07-09 entry.

20 years ago2004-07-15 "dgun" <dgun@umpire.com>
dannysmith [Thu, 15 Jul 2004 20:20:21 +0000 (20:20 +0000)]
2004-07-15  "dgun"  <dgun@umpire.com>

* include/complex.h (conj): Correct typo in prototype.

20 years ago * mmap.cc (mprotect): When MAP_WRITE protection is requested, use
corinna [Thu, 15 Jul 2004 17:00:43 +0000 (17:00 +0000)]
* mmap.cc (mprotect): When MAP_WRITE protection is requested, use
READWRITE or WRITECOPY protection, whatever has been used when the
page has been allocated initially.

20 years agoAccept armbe as a big-endian arm configuration.
nickc [Thu, 15 Jul 2004 16:26:39 +0000 (16:26 +0000)]
Accept armbe as a big-endian arm configuration.

20 years agoSupport MAP directive
nickc [Thu, 15 Jul 2004 15:11:56 +0000 (15:11 +0000)]
Support MAP directive

20 years ago * fhandler.h (class fhandler_dev_raw): Remove is_writing flag.
corinna [Thu, 15 Jul 2004 14:56:04 +0000 (14:56 +0000)]
* fhandler.h (class fhandler_dev_raw): Remove is_writing flag.
Remove declaration of writebuf.
(class fhandler_dev_floppy): Remove declaration of close.
* fhandler_floppy.cc (fhandler_dev_floppy::close): Delete.
(fhandler_dev_floppy::lseek): Remove calls to writebuf.  Set
eom_detected to false after successful seek.
* fhandler_raw.cc (fhandler_dev_raw::writebuf): Delete.
(fhandler_dev_raw::raw_read): Remove calls to writebuf.
(fhandler_dev_raw::raw_write): Always invalidate buffer.

20 years agogas/h8300/h8300.exp (do_h8300hn_addressgen): Addition of new test case for
nickc [Thu, 15 Jul 2004 14:04:30 +0000 (14:04 +0000)]
gas/h8300/h8300.exp (do_h8300hn_addressgen): Addition of new test case for
 H8300H normal target to check symbol address generation.
gas/h8300/symaddgen.s: New test.

20 years agoWhitespace change to ChangeLog
dannysmith [Thu, 15 Jul 2004 11:56:01 +0000 (11:56 +0000)]
Whitespace change to ChangeLog

20 years ago * include/math.h: Add pragma GCC system_header.
dannysmith [Thu, 15 Jul 2004 11:39:14 +0000 (11:39 +0000)]
* include/math.h: Add pragma GCC system_header.

20 years ago * mingwex/complex/cargs.c: New file.
dannysmith [Thu, 15 Jul 2004 11:35:12 +0000 (11:35 +0000)]
* mingwex/complex/cargs.c: New file.
* mingwex/Makefile.in: Really add carg.o to libmingwex.a.

20 years ago * Makefile.in (INCLUDES): Temporarily revert previous change.
corinna [Thu, 15 Jul 2004 10:40:36 +0000 (10:40 +0000)]
* Makefile.in (INCLUDES): Temporarily revert previous change.
* mingwex/Makefile,in (INCLUDES): Ditto.
* profile/Makefile,in (INCLUDES): Ditto.
* mingwex/Makefile,in: Drop carg.o dependency.

20 years ago * mmap.cc (class mmap_record): Fix return type of get_offset.
corinna [Thu, 15 Jul 2004 09:21:15 +0000 (09:21 +0000)]
* mmap.cc (class mmap_record): Fix return type of get_offset.
(mmap_record::fixup_page_map): Fix off by one error.
(list::search_record): Use long as type of "start" argument in both,
declaration and definition.  Use long as type for local variable "i".

20 years ago* ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
jimb [Thu, 15 Jul 2004 08:02:33 +0000 (08:02 +0000)]
* ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
* rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.

20 years ago* mingwex/fwide.c: Include <stdio.h> to resolve FILE usage.
cgf [Thu, 15 Jul 2004 02:43:18 +0000 (02:43 +0000)]
* mingwex/fwide.c: Include <stdio.h> to resolve FILE usage.

20 years ago* fhandler_registry.cc (registry_listing): Correct typo.
cgf [Thu, 15 Jul 2004 02:07:08 +0000 (02:07 +0000)]
* fhandler_registry.cc (registry_listing): Correct typo.
(fhandler_registry::fill_filebuf): Set size of newly expanded buffer prior to
calling RegQueryValueEx.

20 years ago*** empty log message ***
gdbadmin [Thu, 15 Jul 2004 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

20 years agodaily update
amodra [Thu, 15 Jul 2004 00:00:05 +0000 (00:00 +0000)]
daily update

20 years ago* rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
jimb [Wed, 14 Jul 2004 23:57:58 +0000 (23:57 +0000)]
* rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.

20 years ago * Makefile.in (INCLUDES): Designate $(srcdir)/../include as a
dannysmith [Wed, 14 Jul 2004 23:44:48 +0000 (23:44 +0000)]
* Makefile.in (INCLUDES): Designate $(srcdir)/../include as a
system dir.
* mingwex/Makefile,in (INCLUDES): Ditto.
* profile/Makefile,in (INCLUDES): Ditto.

* mingwex/Makefile,in: Add carg.o to libmingwex.a.

20 years ago* ppc-tdep.h (ppc_num_vrs): New enum constant.
jimb [Wed, 14 Jul 2004 23:18:09 +0000 (23:18 +0000)]
* ppc-tdep.h (ppc_num_vrs): New enum constant.

20 years ago* ppc-tdep.h (ppc_num_vrs): New enum constant.
jimb [Wed, 14 Jul 2004 23:17:58 +0000 (23:17 +0000)]
* ppc-tdep.h (ppc_num_vrs): New enum constant.

20 years ago* ppc-tdep.h (ppc_num_srs): New enum constant.
jimb [Wed, 14 Jul 2004 23:15:30 +0000 (23:15 +0000)]
* ppc-tdep.h (ppc_num_srs): New enum constant.

20 years ago* ppc-tdep.h (ppc_num_srs): New enum constant.
jimb [Wed, 14 Jul 2004 23:15:10 +0000 (23:15 +0000)]
* ppc-tdep.h (ppc_num_srs): New enum constant.

20 years ago* ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
jimb [Wed, 14 Jul 2004 23:13:13 +0000 (23:13 +0000)]
* ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
(ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
(ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
(ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
(ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
(ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
(ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
(ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
(ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
(ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
(ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
(ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
(ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
(ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
(ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
(ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
(ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
(ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
(ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
(ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
(ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
(ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
(ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
(ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
(ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
(ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
(ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
(ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
(ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
(ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
(ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
(ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
(ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
(ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
(ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
(ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
(ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
(ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
(ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
special-purpose register numbers.

20 years ago* ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
jimb [Wed, 14 Jul 2004 23:13:03 +0000 (23:13 +0000)]
* ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
(ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
(ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
(ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
(ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
(ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
(ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
(ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
(ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
(ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
(ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
(ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
(ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
(ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
(ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
(ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
(ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
(ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
(ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
(ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
(ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
(ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
(ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
(ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
(ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
(ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
(ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
(ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
(ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
(ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
(ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
(ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
(ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
(ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
(ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
(ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
(ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
(ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
(ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
special-purpose register numbers.

20 years ago* rs6000-tdep.c (registers_860): Correct register name. (No PPC
jimb [Wed, 14 Jul 2004 23:00:59 +0000 (23:00 +0000)]
* rs6000-tdep.c (registers_860): Correct register name.  (No PPC
manual mentions 'md_twb', but many mention 'm_twb', and at that
point in the register list.)

20 years ago * elflink.c (elf_section_complain_discarded): Don't complain in
danglin [Wed, 14 Jul 2004 20:07:40 +0000 (20:07 +0000)]
* elflink.c (elf_section_complain_discarded): Don't complain in
.PARISC.unwind.

20 years ago2004-07-09 Michael Snyder <msnyder@redhat.com>
msnyder [Wed, 14 Jul 2004 20:02:59 +0000 (20:02 +0000)]
2004-07-09  Michael Snyder  <msnyder@redhat.com>

        * samples/demo-target.c (demo_set_thread_mem): Allocate new
        simulated memory in hunks, rather than one byte at a time.
        If target_mem.base moves down, copy contents up.

        * samples/demo-target.c (demo_target): Call malloc only once,
        so that gdb can detach and re-attach repeatedly.

20 years ago2004-07-14 Martin Hunt <hunt@redhat.com>
hunt [Wed, 14 Jul 2004 18:55:21 +0000 (18:55 +0000)]
2004-07-14  Martin Hunt  <hunt@redhat.com>

* lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
which fixes some problems where init.tcl was not found.

20 years ago2004-07-14 Andrew Cagney <cagney@gnu.org>
cagney [Wed, 14 Jul 2004 16:47:42 +0000 (16:47 +0000)]
2004-07-14  Andrew Cagney  <cagney@gnu.org>

* utils.c (internal_warning_problem): Fix typo, "internal-warning"
instead of "internal-error".

20 years ago * fhandler_raw.cc (fhandler_dev_raw::raw_write): Remove buffered
corinna [Wed, 14 Jul 2004 13:51:15 +0000 (13:51 +0000)]
* fhandler_raw.cc (fhandler_dev_raw::raw_write): Remove buffered
write entirely.

20 years agoRevert previous delta - the bug had already been fixed.
nickc [Wed, 14 Jul 2004 08:53:58 +0000 (08:53 +0000)]
Revert previous delta - the bug had already been fixed.

20 years ago*** empty log message ***
gdbadmin [Wed, 14 Jul 2004 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

20 years agodaily update
amodra [Wed, 14 Jul 2004 00:00:05 +0000 (00:00 +0000)]
daily update

20 years agomerge from gcc
dj [Tue, 13 Jul 2004 21:10:22 +0000 (21:10 +0000)]
merge from gcc

20 years ago(make_import_fixup): Use bfd_get_32 to correct for endian-ness of extracted
nickc [Tue, 13 Jul 2004 18:56:38 +0000 (18:56 +0000)]
(make_import_fixup): Use bfd_get_32 to correct for endian-ness of extracted
addend.

20 years agoAdd support for & | << >> ~ arithmetic operators in Intel mode
nickc [Tue, 13 Jul 2004 17:31:11 +0000 (17:31 +0000)]
Add support for  & | << >> ~  arithmetic operators in Intel mode

20 years ago2004-07-13 Andrew Cagney <cagney@gnu.org>
cagney [Tue, 13 Jul 2004 17:08:35 +0000 (17:08 +0000)]
2004-07-13  Andrew Cagney  <cagney@gnu.org>

* gdb.base/sizeof.exp: Skip test when no inferior I/O.
(check_sizeof, check_valueof): Do not include the output in the
test name.  Use gdb_test.
(get_valueof): Use gdb_test_multiple.

20 years ago* ld-h8300/h8300.exp: Addition of gcsection test case.
nickc [Tue, 13 Jul 2004 16:56:08 +0000 (16:56 +0000)]
* ld-h8300/h8300.exp: Addition of gcsection test case.
* ld-h8300/gcsection.s: New test source file.
* ld-h8300/gcsection.d: New test expected disassembly file.

20 years ago* dllwrap.c: Replace 'program_name' with 'prog_name' to avoid conflicts with
nickc [Tue, 13 Jul 2004 16:46:50 +0000 (16:46 +0000)]
* dllwrap.c: Replace 'program_name' with 'prog_name' to avoid conflicts with
  exported global defined in bucomm.h.
  (deduce_name): Rename parameter 'program_name' to 'name' to avoid shadowing
  the global defined in bucomm.h.

20 years agoFix typo in comment
nickc [Tue, 13 Jul 2004 16:28:05 +0000 (16:28 +0000)]
Fix typo in comment

20 years ago2004-07-13 Andrew Cagney <cagney@gnu.org>
cagney [Tue, 13 Jul 2004 16:25:45 +0000 (16:25 +0000)]
2004-07-13  Andrew Cagney  <cagney@gnu.org>

* gdb.base/step-test.exp: Update copyright.  Use
gdb_test_multiple.  Ensure that test names do not include
architecture dependent output.

20 years agoDelete vtable tests
nickc [Tue, 13 Jul 2004 16:17:28 +0000 (16:17 +0000)]
Delete vtable tests

20 years agofix typo
nickc [Tue, 13 Jul 2004 15:34:41 +0000 (15:34 +0000)]
fix typo

20 years ago2004-07-13 Andrew Cagney <cagney@gnu.org>
cagney [Tue, 13 Jul 2004 14:36:44 +0000 (14:36 +0000)]
2004-07-13  Andrew Cagney  <cagney@gnu.org>

* gdb.gdb/observer.exp: Update copyright.
(setup_test): Use gdb_test_multiple.
(attach_first_observer, attach_second_observer)
(attach_third_observer, detach_first_observer)
(detach_second_observer, detach_third_observer)
(reset_counters, check_counters): Make $message a prefix.
(test_normal_stop_notifications): Add "args" parameter - a list of
init functions to be called.  Make $message a prefix,
(test_observer_normal_stop): Change the message prefixes so that
they are unique, pass the attach / detach procedures to
test_normal_stop_notifications.

20 years ago2004-07-13 Andrew Cagney <cagney@gnu.org>
cagney [Tue, 13 Jul 2004 13:44:00 +0000 (13:44 +0000)]
2004-07-13  Andrew Cagney  <cagney@gnu.org>

* gdb.base/signull.exp (test_segv): Prefix all tests with
"${name}".  Clean up test messages.

20 years ago2004-07-13 Andrew Cagney <cagney@gnu.org>
cagney [Tue, 13 Jul 2004 13:10:52 +0000 (13:10 +0000)]
2004-07-13  Andrew Cagney  <cagney@gnu.org>

* gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.

20 years ago * Makefile.in: Move use of --nostdinc++ as GCC3.4 warns to use it
earnie [Tue, 13 Jul 2004 13:01:27 +0000 (13:01 +0000)]
* Makefile.in: Move use of --nostdinc++ as GCC3.4 warns to use it
for C modules.
* mingwex/Makefile.in: Ditto.
* profile/Makefile.in: Ditto.

20 years ago2004-07-13 Andrew Cagney <cagney@gnu.org>
cagney [Tue, 13 Jul 2004 13:01:02 +0000 (13:01 +0000)]
2004-07-13  Andrew Cagney  <cagney@gnu.org>

* gdb.base/ena-dis-br.exp: Update copyright.
(break_at): New function.  Replace send_gdb with gdb_test,
break_at, and gdb_test_multiple.  Replace XFAIL of "continue with
ignore count, not stopped at bpt", with KFAIL.

20 years ago(elf_sort_symbol): Restructure code to avoid bug in Solairs hosted versions of
nickc [Tue, 13 Jul 2004 12:55:40 +0000 (12:55 +0000)]
(elf_sort_symbol): Restructure code to avoid bug in Solairs hosted versions of
gcc.

20 years ago * gprof.c (main): For line-by-line profiling, there is no need to
bje [Tue, 13 Jul 2004 12:18:57 +0000 (12:18 +0000)]
* gprof.c (main): For line-by-line profiling, there is no need to
specially exclude the default function set from the flat profile.

20 years ago * Makefile.in: Move use of --nostdinc++ as GCC3.4 refuses to use it
earnie [Tue, 13 Jul 2004 11:23:08 +0000 (11:23 +0000)]
* Makefile.in: Move use of --nostdinc++ as GCC3.4 refuses to use it
for C modules.

20 years ago * gdb.base/attach.exp: Remove cleanupfile handling.
corinna [Tue, 13 Jul 2004 11:19:22 +0000 (11:19 +0000)]
* gdb.base/attach.exp: Remove cleanupfile handling.

20 years ago * include/limits.h: Change to new file header preamble.
earnie [Tue, 13 Jul 2004 11:11:35 +0000 (11:11 +0000)]
* include/limits.h: Change to new file header preamble.

20 years ago * include/_mingw.h: Increment minor version for 3.4 release.
earnie [Tue, 13 Jul 2004 11:04:22 +0000 (11:04 +0000)]
* include/_mingw.h: Increment minor version for 3.4 release.
* Makefile.in: Ditto.

20 years ago* pe-dll.c (auto_export): Filter on just the import prefix, "_imp_", not
nickc [Tue, 13 Jul 2004 08:55:53 +0000 (08:55 +0000)]
* pe-dll.c (auto_export):  Filter on just the import prefix, "_imp_", not
"_imp__".

20 years ago*** empty log message ***
gdbadmin [Tue, 13 Jul 2004 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

20 years agodaily update
amodra [Tue, 13 Jul 2004 00:00:06 +0000 (00:00 +0000)]
daily update

20 years ago2004-07-12 Andrew Cagney <cagney@gnu.org>
cagney [Mon, 12 Jul 2004 21:39:34 +0000 (21:39 +0000)]
2004-07-12  Andrew Cagney  <cagney@gnu.org>

* gdb.base/annota1.exp: Cleanup corefile test name.
* gdb.base/annota3.exp: Ditto.

20 years ago * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
brobecke [Mon, 12 Jul 2004 17:09:58 +0000 (17:09 +0000)]
    * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
        that was inserted inside a comment.

20 years agodlltool.c (ext_prefix_alias): New global variable.
nickc [Mon, 12 Jul 2004 17:07:54 +0000 (17:07 +0000)]
dlltool.c (ext_prefix_alias): New global variable.
 (make_one_lib_file): Add aliases with prefixes for external and import
 definitions.
 (usage): Document -p option.
 (long_options): Add --ext-prefix-alias option.
 (main): Handle -p.
* doc/binutils.texi: Document new switch.
* NEWS: Mention new switch.

20 years ago * mkgroup.cc (netapibufferallocate,netgroupgetinfo): New function
corinna [Mon, 12 Jul 2004 16:52:15 +0000 (16:52 +0000)]
* mkgroup.cc (netapibufferallocate,netgroupgetinfo): New function
pointers.
(load_netapi): Load NetApiBufferAllocate and NetGroupGetInfo.
(enum_local_groups,enum_groups): Add disp_groupname parameter.
Load info for disp_groupname if specified.
(usage): Add description of "-g/--group" option.
(longopts,opts): Add "-g/--group" option.
(main): Process "-g/--group" option.
* utils.sgml (mkgroup): Add description of "-g/--group" option

20 years ago2004-07-12 Andrew Cagney <cagney@gnu.org>
cagney [Mon, 12 Jul 2004 15:02:52 +0000 (15:02 +0000)]
2004-07-12  Andrew Cagney  <cagney@gnu.org>

* gdb.base/signals.exp: Clean up copyright, re-indent.

20 years ago2004-07-12 Andrew Cagney <cagney@gnu.org>
cagney [Mon, 12 Jul 2004 14:25:45 +0000 (14:25 +0000)]
2004-07-12  Andrew Cagney  <cagney@gnu.org>

* gdb.base/attach.exp: Replace send_gdb and gdb_expect with
gdb_test and gdb_test_multiple.

20 years ago2004-07-12 Paolo Bonzini <bonzini@gnu.org>
bonzini [Mon, 12 Jul 2004 12:03:37 +0000 (12:03 +0000)]
2004-07-12  Paolo Bonzini  <bonzini@gnu.org>

* configure.in: Add noconfigdirs for crx-*-*.
* configure: Regenerate.

2004-07-09  Loren J. Rittle <ljrittle@acm.org>

* configure.in: Build libmudflap by default on FreeBSD.
* configure: Regenerated.

2004-07-09  Mark Mitchell  <mark@codesourcery.com>

* configure.in: Do not build libmudflap by default on non-GNU/Linux
systems.
* configure: Regenerated.

2004-07-08 John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>

PR target/16344
* Makefile.tpl (profiledbootstrap): Build runtime libraries with
feedback based compiler.
* Makefile.in: Rebuilt.

2004-07-05  Phil Edwards  <phil@codesourcery.com>

* configure.in:  Do not prepend $srcdir to /dev/null in
makefile fragments.
* configure:  Regenerate.

20 years ago * mingwex/math/cephes_emath.h (__etens): Remove declaration.
dannysmith [Mon, 12 Jul 2004 07:33:17 +0000 (07:33 +0000)]
* mingwex/math/cephes_emath.h (__etens): Remove declaration.

20 years ago*** empty log message ***
gdbadmin [Mon, 12 Jul 2004 00:00:31 +0000 (00:00 +0000)]
*** empty log message ***

20 years agodaily update
amodra [Mon, 12 Jul 2004 00:00:06 +0000 (00:00 +0000)]
daily update

20 years ago * tree.c (parse_integer_property): Comment typo fix.
bje [Sun, 11 Jul 2004 23:42:07 +0000 (23:42 +0000)]
* tree.c (parse_integer_property): Comment typo fix.

20 years ago * config/tc-m68k.c: Convert to C90. Remove redundant
schwab [Sun, 11 Jul 2004 15:20:29 +0000 (15:20 +0000)]
* config/tc-m68k.c: Convert to C90.  Remove redundant
declarations.  Indentation fixup.
[M68KCOFF]: Include "obj-coff.h" instead of declaring
obj_coff_section ourselves.

20 years ago* m68k-dis.c (m68k_valid_ea): Fix typos in last change.
schwab [Sun, 11 Jul 2004 14:29:50 +0000 (14:29 +0000)]
* m68k-dis.c (m68k_valid_ea): Fix typos in last change.

20 years ago * include/unistd.h (ftruncate): Add inline definition.
dannysmith [Sun, 11 Jul 2004 10:01:41 +0000 (10:01 +0000)]
* include/unistd.h (ftruncate): Add inline definition.
* mingwex/ftruncate.c: New file.
* mingwex/Makefile.in: Add ftruncate.o to libmingwex.a.

20 years ago2004-07-10 Randolph Chung <tausq@debian.org>
tausq [Sun, 11 Jul 2004 06:51:39 +0000 (06:51 +0000)]
2004-07-10  Randolph Chung  <tausq@debian.org>

* hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
function.
(hppa_hpux_push_dummy_code): New function.
(hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
Set find_global_pointer method.

20 years agoFix linker big-endian support.
wilson [Sun, 11 Jul 2004 03:15:29 +0000 (03:15 +0000)]
Fix linker big-endian support.
* elfxx-ia64.c (elfNN_ia64_relax_ldxmov): Remove abfd parameter.
(elfNN_ia64_install_value, elfNN_ia64_relax_brl): Likewise.
(elfNN_ia64_relax_section, elfNN_ia64_relocate_section,
elfNN_ia64_finish_dynamic_symbol, elfNN_ia64_finish_dynamic_sections):
Fix callers.
(elfNN_ia64_relax_brl): Change bfd_get_64 to bfd_getl64.  Change
bfd_put_64 to bfd_putl64.
(elfNN_ia64_relax_ldxmov, elfNN_ia64_install_value): Likewise.

20 years ago*** empty log message ***
gdbadmin [Sun, 11 Jul 2004 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

20 years agodaily update
amodra [Sun, 11 Jul 2004 00:00:06 +0000 (00:00 +0000)]
daily update

20 years ago* NEWS: Mention BSD libkvm interface.
kettenis [Sat, 10 Jul 2004 21:23:59 +0000 (21:23 +0000)]
* NEWS: Mention BSD libkvm interface.

20 years ago * include/time.h: Do not include sys/types.h.
dannysmith [Sat, 10 Jul 2004 04:06:08 +0000 (04:06 +0000)]
* include/time.h: Do not include sys/types.h.

20 years ago2004-07-10 Michael Snyder <msnyder@redhat.com>
msnyder [Sat, 10 Jul 2004 01:17:51 +0000 (01:17 +0000)]
2004-07-10  Michael Snyder  <msnyder@redhat.com>

        * symfile.c (generic_load): Comment typo.
        * stack.c (get_selected_block): Ditto.
        * regcache.c (regcache_cooked_read): Ditto.
        * monitor.c (monitor_debug): Ditto.
        * mips-tdep.c (mips_read_pc): Ditto.
        * i386-linux-nat.c (ps_get_thread_area): Ditto.
        * gdb_mbuild.sh: Ditto.
        * gdbarch.sh: Ditto.
        * gdbarch.h: Ditto.

20 years ago * hw-tree.c (parse_integer_property): Typo fix in comments.
bje [Sat, 10 Jul 2004 00:40:25 +0000 (00:40 +0000)]
* hw-tree.c (parse_integer_property): Typo fix in comments.
* sim-options.c (sim_args_command): Likewise.

20 years agodaily update
amodra [Sat, 10 Jul 2004 00:00:07 +0000 (00:00 +0000)]
daily update

20 years ago*** empty log message ***
gdbadmin [Sat, 10 Jul 2004 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

20 years agoMake -meb/-mel options work.
wilson [Fri, 9 Jul 2004 23:21:53 +0000 (23:21 +0000)]
Make -meb/-mel options work.
* config/tc-ia64.c (default_big_endian): New.
(dot_byteorder, md_begin): Use it.
(md_parse_option): Set it.

20 years ago2004-07-09 Michael Snyder <msnyder@redhat.com>
msnyder [Fri, 9 Jul 2004 20:00:25 +0000 (20:00 +0000)]
2004-07-09  Michael Snyder  <msnyder@redhat.com>

        * lib/gdbserv-target.c (gdbserv_fromtarget_terminate): Rename
        parameter from exitval to sigval (it's a signal number).
        * lib/gdbserv-target.c (gdbserv_totarget): Comment spelling fix.
        * lib/gdbserv-state.c (gdbserv_fromclient_break): Add break
        statement to default.

20 years agoRemoved ada-tasks.c, as ACT plans to rewrite it extensively before
hilfingr [Fri, 9 Jul 2004 19:36:17 +0000 (19:36 +0000)]
Removed ada-tasks.c, as ACT plans to rewrite it extensively before
submission.

20 years agoRemove ARI problems:
hilfingr [Fri, 9 Jul 2004 19:29:55 +0000 (19:29 +0000)]
Remove ARI problems:

* ada-exp.y (write_var_from_sym): Reformat to put operator at
beginning of line.

* ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
Add comment.
Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
(MIN_OF_SIZE): Rename min_of_size.  Add comment.
(UMAX_OF_SIZE): Renmae umax_of_size.  Add comment.
(UMIN_OF_SIZE): Remove.
(max_of_type): New function to replace orphan macro in gdbtypes.h
(min_of_type): Ditto.
(discrete_type_high_bound): Use max_of_type.
(discrete_type_low_bound): Use min_of_type.
(possible_user_operator_p): Move operator to beginning of line.
(ada_is_variant_part): Ditto.
(ensure_lval): Rewrite to avoid deprecated operations.
(ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
rather than adding DEPRECATED_FUNCTION_START_OFFSET.
(ada_enum_name): Remove assignments in 'if' statements.
(build_ada_types): Add gdbarch parameter.
(_initialize_ada_language): Replace deprecated_register_gdbarch_swap
with gdbarch_data_register_post_init.
Use add_setshow_uinteger_cmd rather than add_set_cmd and
add_show_from_set.

* ada-valprint.c (inspect_it): Remove declaration.
(repeat_count_threshold): Remove declaration.
(ada_print_floating): Remove assignments in 'if' statements.
(print_str): Move operator to beginning of line.

20 years ago2004-07-09 H.J. Lu <hongjiu.lu@intel.com>
hjl [Fri, 9 Jul 2004 19:27:15 +0000 (19:27 +0000)]
2004-07-09  H.J. Lu  <hongjiu.lu@intel.com>

PR 240
* elfxx-ia64.c (elfNN_ia64_relax_section): Only warn br in
.init/.fini sections when trying to relax it.

20 years agoFix @kindex entries so that multiple commands that
eliz [Fri, 9 Jul 2004 18:44:51 +0000 (18:44 +0000)]
Fix @kindex entries so that multiple commands that
have the same prefix have only their prefix in the index.

20 years agobinutils/testsuite/:
schwab [Fri, 9 Jul 2004 18:42:13 +0000 (18:42 +0000)]
binutils/testsuite/:
* binutils-all/m68k/movem.s: New file.

* binutils-all/m68k/objdump.exp: New file.

include/opcode/:
* m68k.h: Fix comment.

opcodes/:
* m68k-dis.c (m68k_valid_ea): Check validity of all codes.

20 years ago* gas/m32r/pic2.s: New file: Test case for @GOTOFF, @GOT, @PLT.
nickc [Fri, 9 Jul 2004 16:32:01 +0000 (16:32 +0000)]
* gas/m32r/pic2.s: New file: Test case for @GOTOFF, @GOT, @PLT.
* gas/m32r/pic2.d: New file: Expected results.

20 years ago (asm_prefix): Add parameter: name. No underscore for symbols beginning with ?.
nickc [Fri, 9 Jul 2004 16:20:05 +0000 (16:20 +0000)]
 (asm_prefix): Add parameter: name. No underscore for symbols beginning with ?.
(ASM_PREFIX): Add parameter: NAME.
(gen_exp_file): Use new parameter.
(make_label): Likewise.
(make_imp_label): Likewise.
(make_one_lib_file): Likewise.

20 years ago* elf.c (assign_file_positions_for_segments): Make sure the .dynamic section
nickc [Fri, 9 Jul 2004 16:06:18 +0000 (16:06 +0000)]
* elf.c (assign_file_positions_for_segments): Make sure the .dynamic section
is the first section in the PT_DYNAMIC segment

20 years agoRename sh-symbian-elf toolchain to sh-*-symbianelf
nickc [Fri, 9 Jul 2004 12:32:28 +0000 (12:32 +0000)]
Rename sh-symbian-elf toolchain to sh-*-symbianelf