aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-04-03IA-64 changesKevin Buettner4-16/+111
2000-04-03*** empty log message ***Jim Blandy1-1/+0
2000-04-03*** empty log message ***Jim Blandy1-0/+15
2000-04-03* solib.c (solib_add): Move all the code for loading symbol tablesJim Blandy1-33/+51
below the code to sort out additions and removals. That way, we always catch all loaded shared libraries whose symbols we haven't grabbed yet. * solib.c (solib_add): Don't try to free a shared object's objfile if it doesn't have one. Duh. * solib.c (solib_add): If a pattern was given, but it doesn't match any currently loaded shared libraries, print a message; don't just be silent.
2000-04-032000-04-03 H.J. Lu (hjl@gnu.org)H.J. Lu2-1/+5
* size.c (usage): Use REPORT_BUGS_TO.
2000-04-03 * annotate.texi (Frame Annotations): Fix a cross-reference.Eli Zaretskii1-2/+2
2000-04-03 * go32-nat.c (go32_handle_nonaligned_watchpoint): Use aEli Zaretskii2-8/+13
two-dimensional array instead of faking it with index arithmetics.
2000-04-03 * config/i386/xm-go32.h (HOST_LONG_DOUBLE_FORMAT): Define.Eli Zaretskii5-44/+23
* config/i386/tm-go32.h (TARGET_LONG_DOUBLE_BIT): Remove definition (and use the common one in tm-i386.h). (REGISTER_CONVERT_TO_VIRTUAL, REGISTER_CONVERT_TO_RAW): Likewise. (I386_DJGPP_TARGET): Don't define, it's no longer required. (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Remove definition, i386-tdep.c defines it for all x86 targets. (LD_I387, HEX_LONG_DOUBLE_INPUT): Remove. * config/djgpp/fnchange.lst: Add i386-linux-tdep.c. * config/djgpp/djcheck.sh: Edit the copyright year out of the test results. Fix editing of `main' arguments for non-GNU Sed.
2000-04-03Fix a typo (comtaining -> containing).Eli Zaretskii1-1/+1
2000-04-03 * symfile.c (map_overlay_command, unmap_overlay_command): FixEli Zaretskii2-2/+11
error message: there's no "overlay on" command.
2000-04-03 * Makefile.in (copying.c): Depend on copying.txt, not COPYING.Eli Zaretskii2-2/+17
(copying.txt): New target, a link to COPYING.
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.