aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-04-03Tidy some code. Print pc rel addresses as signed.Alan Modra2-60/+29
2000-04-03Move bug report string to one place.Alan Modra24-20/+73
2000-04-03NEWS file updateDaniel Berlin1-0/+9
2000-04-03Don't emit relative relocations for non-loaded sections in shared objects.Alan Modra2-6/+13
Fix for DWARF-2 sections .debug_info and .debug_line.
2000-04-03Add 16-bit immediate tests.Alan Modra3-301/+334
2000-04-03 * write.c (write_object_file) [! WORKING_DOT_WORD]: If defined,Hans-Peter Nilsson2-0/+9
call TC_CHECK_ADJUSTED_BROKEN_DOT_WORD for each word after adjustments.
2000-04-03 * aoutx.h (NAME(aout,reloc_type_lookup)): Add BFD_RELOC_8 andHans-Peter Nilsson2-3/+31
BFD_RELOC_16 to switch for extended relocs. (MY_swap_ext_reloc_in): New. (MY_swap_ext_reloc_out): New. (NAME(aout,slurp_reloc_table)): Use MY_swap_ext_reloc_in rather than NAME(aout,swap_ext_reloc_in) for extended relocs. (NAME(aout,squirt_out_relocs)): Similarly use MY_swap_ext_reloc_out. (aout_link_reloc_link_order): Use MY_put_ext_reloc if defined.
2000-04-03 * aout64.h (RELOC_EXT_BITS_EXTERN_BIG): Wrap definition in #ifndef.Hans-Peter Nilsson2-0/+25
(RELOC_EXT_BITS_EXTERN_LITTLE): Ditto. (RELOC_EXT_BITS_TYPE_BIG): Ditto. (RELOC_EXT_BITS_TYPE_SH_BIG): Ditto. (RELOC_EXT_BITS_TYPE_LITTLE): Ditto. (RELOC_EXT_BITS_TYPE_SH_LITTLE): Ditto.
2000-04-03Correct 2000-02-26 change.Alan Modra2-4/+11
2000-04-03Update removing anything fixed.Andrew Cagney2-29/+43
2000-04-03 * coff-h8300.c (h8300_reloc16_extra_cases): Add bsr:16 -> bsr:8 toJeff Law2-0/+9
the R_PCRWORD_B case.
2000-04-03Revert white space changes. Need way of stopping this happening.Andrew Cagney1-63/+63
2000-04-03Re-indent (almost). Several cases where indent was getting it wrongAndrew Cagney2-32/+41
were omitted.
2000-04-03Delete add_minsym_to_demangled_hash_table from symtabs.h. Static function.Andrew Cagney3-7/+13
2000-04-03Re-indent gdb-events.h, gdb-events.c using gdb-events.sh.Andrew Cagney4-86/+94
2000-04-03 * gdbtypes.c (safe_parse_type): New wrapper function to ignoreNicholas Duffek4-1/+73
error() during parse_and_eval_type(). (check_stub_method): Call safe_parse_type instead of parse_and_eval_type(). * wrapper.c (gdb_parse_and_eval_type): New wrapper function. (wrap_parse_and_eval_type): New support function. * wrapper.h (gdb_parse_and_eval_type): Prototype. (wrap_parse_and_eval_type): Prototype.
2000-04-03Update winsup stuff.Christopher Faylor1-1/+2
2000-04-03* Makefile.in (CC_FOR_TARGET): Add new winsup directory structure stuff to -LChristopher Faylor2-2/+8
library search. (CXX_FOR_TARGET): Ditto.
2000-04-03For want of something better. List where to go to when wanting toAndrew Cagney1-0/+75
make a toplevel change.
2000-04-03Add Eli to doco maintainers.Andrew Cagney2-0/+5
2000-04-03* gdbarch-utils.h, gdbarch-utils.c: New files.Andrew Cagney6-163/+417
* Makefile.in (SFILES, COMMON_OBS): Update. (gdbarch_utils_h) Define. (gdbarch-utils.o): Add dependencies. * gdbarch.c, gdbarch.sh: Include "gdbarch-utils.h". Fix code handling default method values. (startup_gdbarch): Rename default_gdbarch, name misleading. (breakpoint_from_pc): Default to legacy_breakpoint_from_pc. (register_name): Default to legacy_register_name. (call_dummy_words): Default to legacy_call_dummy_words. (sizeof_call_dummy_words): Default to legacy_sizeof_call_dummy_words. (register_convertible): Default to generic_register_convertible_not. (breakpoint_from_pc): Default to legacy_breakpoint_from_pc. (remote_translate_xfer_address): Default to generic_remote_translate_xfer_address. (frameless_function_invocation): Default to generic_frameless_function_invocation_not.
2000-04-022000-04-02 Mark Kettenis <kettenis@gnu.org>Mark Kettenis2-0/+3
* i386-linux-nat.c: Add copyright notice.
2000-04-022000-04-02 Mark Kettenis <kettenis@gnu.org>Mark Kettenis3-1/+11
* config/i386/xm-linux.h (HOST_LONG_DOUBLE_FORMAT): Define as &floatformat_i387_ext. * config/i386/xm-i386gnu.h (HOST_LONG_DOUBLE_FORMAT): Likewise.
2000-04-02 * config/tc-d30v.c (check_range): Allow signed or unsigned 32-bitRichard Henderson2-15/+26
quantities. Correct right shift sign extension. (build_insn): Make `number' unsigned long. Mask top 6 bits of 32-bit value when shifting into place.
2000-04-02 * app.c: Add ATTRIBUTE_UNUSED as needed.Ian Lance Taylor3-15/+22
* config/tc-ppc.c: Likewise. (ppc_size): Make unsigned long. (ppc_insert_operand): Add casts to avoid warnings.
2000-04-02 * disassemble.c (disassembler_usage): Don't use a prototype. MarkIan Lance Taylor3-24/+31
the parameter ATTRIBUTE_UNUSED. * ppc-opc.c: Add ATTRIBUTE_UNUSED as needed.
2000-04-01* gas/mn10300/am33_5.s: Check that negative SP offsets are encodedAlexandre Oliva3-1/+43
with 32 bits, not with the unsigned shorter opcodes. * gas/mn10300/basic.exp: Likewise.
2000-04-01* m10300-opc.c: SP-based offsets are always unsigned.Alexandre Oliva2-12/+16
2000-04-01Fix long-standing mis-comments. Words and addresses are 32-bits long.Alexandre Oliva1-5/+5
2000-04-01Flush any pending instructiuons before emitting data into the instruction ↵Nick Clifton2-0/+5
stream.
2000-03-312000-03-29 Mark Kettenis <kettenis@gnu.org>Mark Kettenis2-8/+6
* findvar.c (extract_floating): Remove reference to TARGET_EXTRACT_FLOATING. (store_floating): Remove reference to TARGET_STORE_FLOATING.
2000-03-31Reverted the comment about inc/inc4, that was already implied by RN02.Alexandre Oliva1-1/+0
2000-03-31Fix typos. Add FIXME for 2-reg inc and inc4.Alexandre Oliva1-9/+10
2000-03-31* lib/gas-defs.exp (regexp_diff): Don't break on the firstAlexandre Oliva2-2/+7
difference, list them all.
2000-03-31Adjust whitespace.Alexandre Oliva1-2/+2
2000-03-31Don't use post-increment on structure copy to work around a ppc gcc bug.Alan Modra2-1/+7
2000-03-30Set CHUNK size to 16 bytes to prevent download failures on lame targets.Alan Modra3-2/+8
2000-03-30Include sys/types.h before sys/stat.h for ultrix.Alan Modra2-0/+5
2000-03-30 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-pointPhilippe De Muyter3-10/+21
values that can be represented exactly. * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match above change, and to not check against the directory part of the source file name. (step into print_long_arg_list): Likewise. (print print_small_structs from print_long_arg_list): Likewise. (print print_long_arg_list): Likewise.
2000-03-30 * elf32-m32r.c (m32r_elf_generic_reloc): new function. AllDoug Evans2-11/+79
HOWTO references to bfd_elf_generic_reloc, that have partial_inplace == true, now use the new function. The function is based on the recent rewrite of m32r_elf_lo16_reloc(), and extends its fixes to the R_M32R_{16,24,32} relocs. The new logic in m32r_elf_lo16_reloc() has been removed, and it instead calls the new routine to obtain that functionality.
2000-03-302000-03-30 Dave Brolley <brolley@redhat.com>Dave Brolley6-456/+501
* configure: Regenerated.
2000-03-302000-03-30 Dave Brolley <brolley@redhat.com>Dave Brolley2-2/+6
* aclocal.m4 (cgen): Use guile to run cgen.
2000-03-302000-03-23 Dave Brolley <brolley@redhat.com>Dave Brolley3-2/+36
* cgen-fpu.h: Rename extsfdf to fextsfdf. Rename truncdfsf to ftruncdfsf. * cgen-accfp.c (fextsfdf): New function. (ftruncdfsf): New function. (cgen_init_accurate_fpu): Initialize fextsfdf and ftruncdfsf.
2000-03-302000-03-30 Fernando Nasser <fnasser@cygnus.com>Fernando Nasser3-1/+52
* wrapper.c (gdb_value_subscript, wrap_value_subscript): New functions. Safe version of value_subscript. * varobj.c (): Use gdb_value_subscript() to get an array element value.
2000-03-302000-03-30 Michael Snyder <msnyder@cleaver.cygnus.com>Michael Snyder4-26/+46
* ui-file.c: Include "gdb_string.h" * cli-out.c: Include gdb_string.h to avoid compiler warnings. * wrapper.[ch] (struct gdb_wrapper_arguments): Change fields into unions, since they are all used to hold both pointers and ints at various times. Casting pointer to int and vice versa gives warnings (and is not safe) if they are not the same size.
2000-03-30Capitalize sentences.Michael Snyder1-19/+19
2000-03-302000-03-30 Michael Snyder <msnyder@cleaver.cygnus.com>Michael Snyder6-37/+54
* defs.h (struct continuation_arg): make 'data' a union, to avoid casting problems when int and pointer are not the same size. * event-top.c (command_handler): use data as a union. (command_line_handler_continuation): ditto. * infcmd.c (step_1_continuation): use data as a union. Re-indent. (step_once): ditto. (finish_command_continuation): ditto. (finish_command): ditto. * breakpoint.c (until_break_command): use data as a union. (until_break_command_continuation): ditto. * utils.c (add_intermediate_continuation): fix typo in comment.
2000-03-30gdbarch cleanups.Andrew Cagney4-126/+51
2000-03-30Didn't realize this auto-generated gdb-events.c. Since it does, i applied ↵Daniel Berlin1-3/+12
the gdb-events.c fix for deprecation back to here.
2000-03-30demangled symbol lookup fixesDaniel Berlin3-115/+142