Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-04-03 | IA-64 changes | Kevin Buettner | 4 | -16/+111 | |
2000-04-03 | *** empty log message *** | Jim Blandy | 1 | -1/+0 | |
2000-04-03 | *** empty log message *** | Jim Blandy | 1 | -0/+15 | |
2000-04-03 | * solib.c (solib_add): Move all the code for loading symbol tables | Jim Blandy | 1 | -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-03 | 2000-04-03 H.J. Lu (hjl@gnu.org) | H.J. Lu | 2 | -1/+5 | |
* size.c (usage): Use REPORT_BUGS_TO. | |||||
2000-04-03 | * annotate.texi (Frame Annotations): Fix a cross-reference. | Eli Zaretskii | 1 | -2/+2 | |
2000-04-03 | * go32-nat.c (go32_handle_nonaligned_watchpoint): Use a | Eli Zaretskii | 2 | -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 Zaretskii | 5 | -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-03 | Fix a typo (comtaining -> containing). | Eli Zaretskii | 1 | -1/+1 | |
2000-04-03 | * symfile.c (map_overlay_command, unmap_overlay_command): Fix | Eli Zaretskii | 2 | -2/+11 | |
error message: there's no "overlay on" command. | |||||
2000-04-03 | * Makefile.in (copying.c): Depend on copying.txt, not COPYING. | Eli Zaretskii | 2 | -2/+17 | |
(copying.txt): New target, a link to COPYING. | |||||
2000-04-03 | Tidy some code. Print pc rel addresses as signed. | Alan Modra | 2 | -60/+29 | |
2000-04-03 | Move bug report string to one place. | Alan Modra | 24 | -20/+73 | |
2000-04-03 | NEWS file update | Daniel Berlin | 1 | -0/+9 | |
2000-04-03 | Don't emit relative relocations for non-loaded sections in shared objects. | Alan Modra | 2 | -6/+13 | |
Fix for DWARF-2 sections .debug_info and .debug_line. | |||||
2000-04-03 | Add 16-bit immediate tests. | Alan Modra | 3 | -301/+334 | |
2000-04-03 | * write.c (write_object_file) [! WORKING_DOT_WORD]: If defined, | Hans-Peter Nilsson | 2 | -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 and | Hans-Peter Nilsson | 2 | -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 Nilsson | 2 | -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-03 | Correct 2000-02-26 change. | Alan Modra | 2 | -4/+11 | |
2000-04-03 | Update removing anything fixed. | Andrew Cagney | 2 | -29/+43 | |
2000-04-03 | * coff-h8300.c (h8300_reloc16_extra_cases): Add bsr:16 -> bsr:8 to | Jeff Law | 2 | -0/+9 | |
the R_PCRWORD_B case. | |||||
2000-04-03 | Revert white space changes. Need way of stopping this happening. | Andrew Cagney | 1 | -63/+63 | |
2000-04-03 | Re-indent (almost). Several cases where indent was getting it wrong | Andrew Cagney | 2 | -32/+41 | |
were omitted. | |||||
2000-04-03 | Delete add_minsym_to_demangled_hash_table from symtabs.h. Static function. | Andrew Cagney | 3 | -7/+13 | |
2000-04-03 | Re-indent gdb-events.h, gdb-events.c using gdb-events.sh. | Andrew Cagney | 4 | -86/+94 | |
2000-04-03 | * gdbtypes.c (safe_parse_type): New wrapper function to ignore | Nicholas Duffek | 4 | -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-03 | Update winsup stuff. | Christopher Faylor | 1 | -1/+2 | |
2000-04-03 | * Makefile.in (CC_FOR_TARGET): Add new winsup directory structure stuff to -L | Christopher Faylor | 2 | -2/+8 | |
library search. (CXX_FOR_TARGET): Ditto. | |||||
2000-04-03 | For want of something better. List where to go to when wanting to | Andrew Cagney | 1 | -0/+75 | |
make a toplevel change. | |||||
2000-04-03 | Add Eli to doco maintainers. | Andrew Cagney | 2 | -0/+5 | |
2000-04-03 | * gdbarch-utils.h, gdbarch-utils.c: New files. | Andrew Cagney | 6 | -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-02 | 2000-04-02 Mark Kettenis <kettenis@gnu.org> | Mark Kettenis | 2 | -0/+3 | |
* i386-linux-nat.c: Add copyright notice. | |||||
2000-04-02 | 2000-04-02 Mark Kettenis <kettenis@gnu.org> | Mark Kettenis | 3 | -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-bit | Richard Henderson | 2 | -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 Taylor | 3 | -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. Mark | Ian Lance Taylor | 3 | -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 encoded | Alexandre Oliva | 3 | -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 Oliva | 2 | -12/+16 | |
2000-04-01 | Fix long-standing mis-comments. Words and addresses are 32-bits long. | Alexandre Oliva | 1 | -5/+5 | |
2000-04-01 | Flush any pending instructiuons before emitting data into the instruction ↵ | Nick Clifton | 2 | -0/+5 | |
stream. | |||||
2000-03-31 | 2000-03-29 Mark Kettenis <kettenis@gnu.org> | Mark Kettenis | 2 | -8/+6 | |
* findvar.c (extract_floating): Remove reference to TARGET_EXTRACT_FLOATING. (store_floating): Remove reference to TARGET_STORE_FLOATING. | |||||
2000-03-31 | Reverted the comment about inc/inc4, that was already implied by RN02. | Alexandre Oliva | 1 | -1/+0 | |
2000-03-31 | Fix typos. Add FIXME for 2-reg inc and inc4. | Alexandre Oliva | 1 | -9/+10 | |
2000-03-31 | * lib/gas-defs.exp (regexp_diff): Don't break on the first | Alexandre Oliva | 2 | -2/+7 | |
difference, list them all. | |||||
2000-03-31 | Adjust whitespace. | Alexandre Oliva | 1 | -2/+2 | |
2000-03-31 | Don't use post-increment on structure copy to work around a ppc gcc bug. | Alan Modra | 2 | -1/+7 | |
2000-03-30 | Set CHUNK size to 16 bytes to prevent download failures on lame targets. | Alan Modra | 3 | -2/+8 | |
2000-03-30 | Include sys/types.h before sys/stat.h for ultrix. | Alan Modra | 2 | -0/+5 | |
2000-03-30 | * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point | Philippe De Muyter | 3 | -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. |