H.J. Lu
64cbbfaefe
2001-03-18 H.J. Lu <hjl@gnu.org>
* gas/i386/intel.s: Move PIC code to ...
* gas/i386/intelpic.s: New. Here.
* gas/i386/intel.d: Updated.
* gas/i386/intelpic.d: New.
* gas/i386/i386.exp: Check PIC code in Intel syntax for ELF
targets only.
26 years ago
Stephane Carrez
31abcf7d04
* gas/mri/mri.exp: Fix test of m6811/m6812 targets.
26 years ago
Stephane Carrez
e629c13fd6
* config/tc-m68hc11.c (md_pseudo_table): Recognize xrefb to comply
with 'Motorola specification for assembly language input standard'.
26 years ago
H.J. Lu
951b392098
Fix a typo.
26 years ago
Mark Kettenis
7daede3b53
* i387-nat.h: Doc Fix.
26 years ago
Mark Kettenis
fc3389707e
* i386-tdep.c: Fix formatting.
(i386_get_frame_setup, i386_follow_jump, codestream_read,
codestream_seek, codestream_fill, skip_trampoline_code,
gdb_print_insn_i386, _initialize_i386_tdep): Remove redundant
prototypoes.
26 years ago
Mark Kettenis
e3c6d36d49
* config/i386/tm-linux.h (TARGET_ANALYZE_FLOATING): Remove. It's
no longer used. Also remove associated FIXME.
26 years ago
Ulrich Drepper
a1ab1d2aa3
* emultempl/elf32.em (OPTION_GROUP): New macro.
Add new option Bgroup to longopts.
(gld*_parse_args): Handle GROUP_OPTION and recognize -z defs.
(gld*_list_options): Add -Bgroup and -z defs.
* ld.1: Document -Bgroup and -z defs.
* ld.texinfo: Likewise.
26 years ago
Richard Henderson
249e3833ac
* dwarf2dbg.c (user_filenum, user_filenum_allocated): Remove.
(dwarf2_directive_loc): Don't use them.
(dwarf2_directive_file): Reject duplicate file definitions.
(get_filenum): Zero allocated memory.
(out_file_list): Complain about missing file definitions.
26 years ago
Alan Modra
2289f85d24
Teach .org to handle complex expressions
26 years ago
Andrew Cagney
4a5c6a1dd9
Add support for m/M methods - pure multi-arch. These do not have
macros and take a gdbarch parameter.
26 years ago
J.T. Conklin
7256e1a5bb
* config/h8300/tm-h8300.h (FRAME_ARGS_ADDRESS): Changed to use
h8300_frame_args_address from frame_args_address.
(FRAME_LOCALS_ADDRESS): Changed to use h8300_frame_locals_address
from frame_locals_address.
(PRINT_REGISTER_HOOK): Changed to use h8300_print_register_hook
from print_register_hook.
(h8300_frame_args_address): Declare.
(h8300_frame_find_saved_regs): Declare.
(h8300_frame_locals_address): Declare.
(h8300_frame_saved_pc): Declare.
(h8300_pop_frame): Declare.
(h8300_print_register_hook): Declare.
* h8300-tdep.c (h8300_frame_find_saved_regs): Removed declaration.
(h8300_frame_args_address): Renamed from frame_args_address.
(h8300_frame_locals_address): Renamed from frame_locals_address.
(h8300_pop_frame): Renamed from pop_frame.
(h8300_print_register_hook): Renamed from print_register_hook.
-------------------------------------------------------------------
26 years ago
Michael Chastain
f266096bea
2001-03-12 Michael Chastain <chastain@redhat.com>
* gdb.c++/derivation.exp: Use the 'runto' library function.
26 years ago
Michael Chastain
cac3c2ff11
2001-03-12 Michael Chastain <chastain@redhat.com>
* gdb.c++/annota2.exp: Fix regular expression for "post-query".
26 years ago
Nick Clifton
03d411a927
Fix syntax errors.
26 years ago
Nick Clifton
82b66b2339
Add new opcodes
26 years ago
Kevin Buettner
435b259cb0
Change type of ``storage_needed'' from unsigned int to long.
26 years ago
Michael Chastain
b6c11a24b3
2001-02-24 Michael Chastain <chastain@redhat.com>
* gdb.c++/ref-types.exp: Change handwritten code to library
function 'runto'.
26 years ago
Nick Clifton
d165939296
Fix warning message
26 years ago
Orjan Friberg
6bae5bceb3
2001-03-16 Orjan Friberg <orjanf@axis.com>
* gdb.base/signals.exp: Set count to 0 explicitly.
26 years ago
Orjan Friberg
b7844da629
2001-03-16 Orjan Friberg <orjanf@axis.com>
* gdb.base/signals.exp: Set count to 0 explicitly.
26 years ago
Jim Wilson
4d5a53ff76
Add local tag support. Don't flush instructions for .xdata directives.
* config/tc-ia64.c (md): New member keep_pending_output.
(ia64_flush_pending_output): Flush only if md.keep_pending_output
is not set.
(dot_xdata): Turn on md.keep_pending_output for the duration of
this function.
(dot_xfloat_cons): Ditto.
(dot_xstringer): Ditto.
(dot_xdata_ua): Ditto.
(dot_xfloat_cons_ua): Ditto.
* config/tc-ia64.c (ia64_unrecognized_line, case '['): Add local
label support.
26 years ago
Kevin Buettner
80117be270
Misc. cleanups.
26 years ago
Frank Ch. Eigler
35c209920b
* tweak
2001-03-15 Frank Ch. Eigler <fche@redhat.com>
* sim-core.c (sim_core_map_attach): Correct overlap-related
error messages.
26 years ago
Hans-Peter Nilsson
0dc1fa070b
Fix accidental loss of bit 7 in peoples names
26 years ago
Alexandre Oliva
19c0258a7f
* config/tc-sh.c (parse_reg): Match capital MACH and MACL.
26 years ago
DJ Delorie
06b0287c20
merge from gcc
26 years ago
Mark Salter
880a15ee85
*** empty log message ***
26 years ago
Mark Salter
f949823c68
(gdb_load): Add support for additional target_info: gdb_download_size
and gdb_load_timeout.
26 years ago
DJ Delorie
b1e51b3cd9
merge from gcc
26 years ago
DJ Delorie
d68d457018
* stabs.c (s_stab_generic): Don't corrupt the notes obstack by
blindly freeing string if it isn't at the top of the obstack.
26 years ago
Mark Salter
0015fd9aa4
*** empty log message ***
26 years ago
Mark Salter
269a569e35
(gdb_target_cmd): Add explicit error return.
(gdb_target_monitor): Add check of gdb_target_cmd return value.
26 years ago
Martin Hunt
77cd5909d2
2001-03-15 Martin Hunt <hunt@redhat.com>
* linespec.c (decode_line_1): Remove trailing quote
when parsing double quotes.
26 years ago
Kevin Buettner
f7f5a202bc
Pass NULL for the mem_attrib argument in the to_xfer_memory calls.
26 years ago
Andrew Cagney
0d35ddbaee
Add list of targets being obsoleted.
26 years ago
Andrew Cagney
043780a1fb
Add ``attrib'' parameter to *xfer_memory() functions.
26 years ago
Alan Modra
12cca0d293
Don't assume non-PIC to PIC call stubs are unneeded just because
the function happens to have a plabel.
26 years ago
Andrew Cagney
9b9c068d47
Note Harris 88k is obsolete in news file.
26 years ago
Andrew Cagney
f88e2c5226
Include regcache.h
26 years ago
Andrew Cagney
0981ead9af
Update target list.
26 years ago
Andrew Cagney
1e6cd1593b
Link with libintl, needed by libopcodes.
26 years ago
DJ Delorie
5df9ca2b80
merge from gcc
26 years ago
DJ Delorie
fa03f0a706
Fix minor formatting bugs.
26 years ago
DJ Delorie
7a008bcb7b
Fix minor formatting bugs.
26 years ago
Nick Clifton
526c3e1208
Synchronise with copyright dates on FSF GCC versions of these files
26 years ago
Keith Seitz
91c1720e68
* linespec.c (decode_line_1): Skip argptr over a leading
double quote. Prevents alloc of 0 bytes and memcpy of -1 bytes.
26 years ago
Kevin Buettner
3cc122b3fe
Add entry of ia64-aix-nat.c.
26 years ago
Andrew Cagney
5bb367b1d9
Eliminate some uses of __STDC__.
26 years ago
Alan Modra
0eee5820aa
David Mosberger's fixes for cross compiling gprof.
26 years ago