Eli Zaretskii
4d2779813f
* config/djgpp/djconfig.sh: Add copyright notice.
...
* ser-go32.c (rawclock): Remove prototype; include time.h instead.
(ISR, dos_hookirq, isr_t): Convert K&R definition to ANSI C.
(top level) <string.h>: Include gdb_string.h instead.
(dos_noop, dos_raw, dos_noflush_set_tty_state)
(dos_print_tty_state, dos_info): Remove ATTRIBUTE_UNUSED.
* go32-nat.c (go32_create_inferior): Move the declaration of
`environ' to here from the top level.
(top level) <_initialize_go32_nat>: Remove redundant prototype.
<gdb_string.h>: Include it instead of string.h.
(store_register): Call register_buffer instead of accessing
registers[] directly.
(redir_cmdline_delete, redir_cmdline_parse, redir_to_debugger)
(redir_to_debugger, redir_debug_init) [__DJGPP_MINOR__ < 3]: Put
the function names at the start of the line.
(go32_set_dr): Throw internal_error if the argument is not a valid
debug register number.
(go32_open, go32_close, go32_attach, go32_detach, go32_resume)
(go32_wait, go32_xfer_memory, go32_files_info)
(go32_terminal_info): Remove ATTRIBUTE_UNUSED.
2001-03-26 11:26:45 +00:00
Andreas Jaeger
0879a67a8f
2001-03-26 Andreas Jaeger <aj@suse.de>
...
* binutils.texi (nm): Fix texi syntax.
2001-03-26 Andreas Jaeger <aj@suse.de>
* ld.texinfo (Overview): Fix syntax in texi code.
2001-03-26 07:02:59 +00:00
Jim Blandy
8f3ee2aeae
*** empty log message ***
2001-03-26 04:03:26 +00:00
Jim Blandy
3259a17229
* mips-tdep.c (mips_gdbarch_init): Tweak indentation.
2001-03-26 04:01:53 +00:00
Elena Zannoni
6ec4c4bd0e
2001-03-25 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
...
From Andrew Cagney <ac131313@redhat.com>
* coffread.c: Include "gdb_assert.h".
(coff_symtab_read): Cast the integer s_sclass to a long before
casting it to a pointer.
2001-03-26 02:50:46 +00:00
Elena Zannoni
b9179dbce9
2001-03-25 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
...
From Andrew Cagney <ac131313@redhat.com>
* coffread.c (coff_symtab_read): Initialize
``fcn_first_line_addr''. Check that the ``.bf'' always preceeds
the ``.ef'' info.
* dbxread.c (find_text_range): Initialize ``start'' and ``end''.
2001-03-26 02:48:23 +00:00
Nick Clifton
0285c67df1
Automate generate on man pages
2001-03-25 20:32:31 +00:00
Alan Modra
551c1ca176
Accept an absolute expression for index scale factor.
2001-03-25 05:57:09 +00:00
Alan Modra
0f17484fd3
Small tweaks to sse2 instructions.
2001-03-24 06:29:16 +00:00
Jim Blandy
2adab5d0b2
Revert previous change, committed to trunk accidentally.
2001-03-24 03:23:20 +00:00
Jim Blandy
9e40428556
A single-file branch to help me keep things straight while adapting
...
GDB to the GNU V3 C++ ABI.
* c-typeprint.c: Commit Dan Berlin's changes.
2001-03-24 03:21:46 +00:00
Andrew Cagney
64c4637f92
* config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Down grade to
...
GDB_MULTI_ARCH_PARTIAL from two. SOFTWARE_SINGLE_STEP is not
multi-arch.
* gdbarch.sh (SOFTWARE_SINGLE_STEP): Add.
* gdbarch.h, gdbarch.c: Re-generate.
* target.h (SOFTWARE_SINGLE_STEP_P)
(SOFTWARE_SINGLE_STEP): Delete macro definitions.
2001-03-24 02:07:49 +00:00
Andrew Cagney
61a0eb5b8e
Re-vamp the register code so that a lot more is routed through
...
{read,write}_register_gen. Hook that function with multi-arch.
2001-03-24 01:26:09 +00:00
Nick Clifton
cc51ea7952
Remove extraneous whitespace
2001-03-24 00:46:00 +00:00
Nick Clifton
e3806b3775
Fix compile time warnings.
2001-03-24 00:45:11 +00:00
Jim Blandy
c2bd2ed9a6
* stabsread.c (read_cpp_abbrev): Properly construct the names of
...
virtual function table pointer fields.
2001-03-24 00:42:59 +00:00
Nick Clifton
e93d71992f
Remove extraneous whitespace
2001-03-24 00:40:22 +00:00
DJ Delorie
079c672a7a
merge from gcc
2001-03-23 23:57:50 +00:00
Andrew Cagney
c0e61796d0
* defs.h (xfree, mcalloc, mmalloc, mrealloc, mfree, xmmalloc,
...
xmrealloc): Move existing declarations to the one place and
re-order to be consistent.
(xmcalloc, xmfree): Declare.
(xmmalloc, xmrealoc): Assume ISO-C - use size_t and void* in
declaration.
* utils.c (size_t): Delete #ifdef defining size_t.
(mmalloc, mrealloc, mcalloc, mfree): Re-order.
(mmalloc, mrealloc, mcalloc): Document as only calls in GDB
corresponding malloc, realloc, calloc.
(mfree): Call free directly.
(xmmalloc, xmrealloc): Clean up. Assume ISO-C.
(xmcalloc, xmfree): New functions. Copy old xcalloc and xfree
function bodies to here.
(xcalloc, xfree): Call xmcalloc and xmfree respectfully.
2001-03-23 23:39:57 +00:00
Nick Clifton
c20ec07b9a
Support the GCC flags '-ffunction-sections' and '-fdata-sections'.
...
Set the VMA of STABS sections to zero.
2001-03-23 23:05:07 +00:00
Andrew Cagney
c65ecaf37b
Fix -Werror -Wuninitialized warnings.
2001-03-23 22:48:44 +00:00
Nick Clifton
c3a27914b8
Document --listing-XXX command line switches.
...
Explain why listings behave differently when -pipe is used.
2001-03-23 19:35:02 +00:00
Nick Clifton
37006e4391
fix_new_exp: Print an error if passed a register.
2001-03-23 18:15:49 +00:00
Nick Clifton
d4fc7db892
Add note about inability to use "make distclean" in maintainer mode.
2001-03-23 18:06:17 +00:00
Nick Clifton
55c80943b8
Fix building bfd.pot in maintainer mode
2001-03-23 18:05:30 +00:00
Mark Kettenis
207e433e1d
* config/i386/nm-i386.h: Fix formatting and change reference to
...
i386-tdep.c to i386-nat.c.
2001-03-23 16:17:45 +00:00
David Smith
6c5cfe5b67
2001-03-23 David Smith <dsmith@redhat.com>
...
* configure.in: Corrected spelling errors.
* configure: Regenerated.
2001-03-23 16:05:29 +00:00
Hans-Peter Nilsson
5ef6758f8a
* gas/cris/pic-err-1.s, gas/cris/rd-pic-1.s, gas/cris/rd-pic-1.d:
...
New tests.
2001-03-23 05:58:38 +00:00
Hans-Peter Nilsson
7704145c73
* gas/cris/branch-warn-1.s, gas/cris/branch-warn-2.s,
...
gas/cris/branch-warn-3.s: Tweak for fixed FIXME:s.
2001-03-23 05:39:38 +00:00
Hans-Peter Nilsson
08caf3f870
* config/tc-cris.[ch]: Tweak attribution. Fix typos. PIC support.
2001-03-23 05:27:42 +00:00
Andrew Cagney
5300940c68
Update list of obsolete targets.
2001-03-23 01:14:10 +00:00
Andrew Cagney
17e78a56e2
Obsolete stuff.c and kdb-start.c.
2001-03-23 00:58:48 +00:00
Andrew Cagney
41899c0412
* config/pa/xm-hppah.h (HPPA_COMPILER_BUG): Delete. GDB only
...
compiles using an ISO-C compiler.
(MALLOC_INCOMPATIBLE): Ditto.
* linespec.c (decode_line_1): Delete hack to work around
HPPA_COMPILER_BUG.
2001-03-23 00:41:02 +00:00
Andrew Cagney
8866554466
-Wuninitialized fixes.
2001-03-22 23:58:37 +00:00
Alexandre Oliva
7389ff65de
Re-installed:
...
2001-01-02 Laurynas Biveinis <lauras@softhome.net>
* ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
'-DPIC' to ac_cv_prog_cc_pic for DJGPP.
* ltcf-cxx.sh: Likewise.
* ltcf-gcj.sh: Likewise.
2001-03-22 18:17:54 +00:00
Hans-Peter Nilsson
7ccb52381a
* cris.h (ADD_PC_INCR_OPCODE): New macro.
2001-03-22 16:09:20 +00:00
Jim Blandy
a88e356aab
* cp-demangle.c (string_list_delete): Don't forget to free the
...
actual contents of the string.
2001-03-22 15:16:04 +00:00
Andrew Cagney
a2061976f9
Cleanup remote protocol section. Add notes on `!'',
`q'' and the
...
non-use of the continue address.
2001-03-22 14:59:09 +00:00
Hans-Peter Nilsson
915e51468a
* elf32-cris.c: Shlib and PIC support. PCREL tweaks.
2001-03-22 14:56:06 +00:00
Hans-Peter Nilsson
e079041e2f
* cris.h: Add leading comment about PC-relative location.
...
(R_CRIS_COPY, R_CRIS_GLOB_DAT, R_CRIS_JUMP_SLOT, R_CRIS_RELATIVE,
R_CRIS_16_GOT, R_CRIS_32_GOT, R_CRIS_16_GOTPLT, R_CRIS_32_GOTPLT,
R_CRIS_32_GOTREL, R_CRIS_32_PLT_GOTREL, R_CRIS_32_PLT_PCREL):
New relocs.
2001-03-22 13:03:58 +00:00
Hans-Peter Nilsson
58d29fc398
* reloc.c: (BFD_RELOC_CRIS_COPY, BFD_RELOC_CRIS_GLOB_DAT,
...
BFD_RELOC_CRIS_JUMP_SLOT, BFD_RELOC_CRIS_RELATIVE,
BFD_RELOC_CRIS_32_GOT, BFD_RELOC_CRIS_16_GOT,
BFD_RELOC_CRIS_32_GOTPLT, BFD_RELOC_CRIS_16_GOTPLT,
BFD_RELOC_CRIS_32_GOTREL, BFD_RELOC_CRIS_32_PLT_GOTREL,
BFD_RELOC_CRIS_32_PLT_PCREL): New relocs.
* bfd-in2.h, libbfd.h: Regenerate.
2001-03-22 11:17:16 +00:00
Phil Blundell
b3e0dc8ed7
2001-03-22 Philip Blundell <philb@gnu.org>
...
* config.sub, config.guess: Import latest from subversions.
2001-03-22 11:09:20 +00:00
Eli Zaretskii
e24d4c64ff
* config/i386/nm-go32.h <top level>: Don't include nm-i386v.h,
...
include nm-i386.h instead.
(TARGET_HAS_HARDWARE_WATCHPOINTS, HAVE_CONTINUABLE_WATCHPOINT)
(TARGET_CAN_USE_HARDWARE_WATCHPOINT, STOPPED_BY_WATCHPOINT)
(TARGET_REGION_OK_FOR_HW_WATCHPOINT, DECR_PC_AFTER_HW_BREAK)
(target_stopped_data_address, target_insert_watchpoint)
(target_remove_watchpoint, target_insert_hw_breakpoint)
(target_remove_hw_breakpoint): Don't define.
(I386_USE_GENERIC_WATCHPOINTS, I386_DR_LOW_SET_CONTROL)
(I386_DR_LOW_SET_ADDR, I386_DR_LOW_RESET_ADDR)
(I386_DR_LOW_GET_STATUS): Define to call appropriate go32_*
functions from go32-nat.c.
* config/i386/go32.mh (NATDEPFILES): Add i386-nat.o.
* go32-nat.c <top level>: Remove prototypes for watchpoint-
related functions. Remove definitions of watchpoint-related
macros.
(go32_mourn_inferior): Call i386_cleanup_dregs instead of the
private cleanup_dregs function.
(cleanup_dregs, go32_insert_watchpoint)
(go32_insert_aligned_watchpoint, go32_handle_nonaligned_watchpoint)
(go32_remove_watchpoint, go32_remove_aligned_watchpoint)
(go32_region_ok_for_watchpoint, go32_stopped_by_watchpoint)
(go32_remove_hw_breakpoint, go32_insert_hw_breakpoint): Remove.
(go32_set_dr, go32_set_dr7, go32_get_dr6): New functions.
2001-03-22 09:35:19 +00:00
Alexandre Oliva
469b781cfb
* ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
...
ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
2001-03-22 05:22:04 +00:00
Ben Elliston
fca2040b45
2001-03-22 Ben Elliston <bje@redhat.com>
...
* cgen-asm.in (@arch@_cgen_assemble_insn): Move tmp_errmsg
declaration inside CGEN_VERBOSE_ASSEMBLER_ERRORS conditional.
* cgen-ibld.in (put_insn_int_value): Mark cd parameter as unused
to allay a compiler warning.
2001-03-22 04:05:03 +00:00
Kazu Hirata
361bfa20e5
2001-03-21 Kazu Hirata <kazu@hxi.com>
...
* h8300.h: Fix formatting.
2001-03-22 02:51:19 +00:00
Alan Modra
87890af05c
paddq and psubq support.
2001-03-22 02:27:54 +00:00
Kevin Buettner
c26e1c2b79
* ia64-tdep.c (fetch_instruction): Warn about slot numbers greater
...
than two instead of generating an error.
2001-03-22 02:11:11 +00:00
Jim Blandy
272ba48f53
*** empty log message ***
2001-03-22 01:01:05 +00:00
Jim Blandy
2c63a96028
* cp-valprint.c: Bring formatting into line with GNU coding standards.
2001-03-22 00:58:00 +00:00