Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1993-11-08 | netware target support. | David Henkel-Wallace | 2 | -7/+30 | |
1993-11-08 | netware target support. | David Henkel-Wallace | 1 | -13/+0 | |
Remove redundent unixware target; made it the same as svr4 which is what config.guess chooses anyway. | |||||
1993-11-08 | Netware target support | David Henkel-Wallace | 1 | -0/+6 | |
1993-11-08 | * alpha-opc.h, alpha-dis.c (print_insn_alpha): Add | Peter Schauer | 2 | -14/+32 | |
FLOAT_MEMORY_FORMAT_CODE, FLOAT_BRANCH_FORMAT_CODE, correct FLOAT_FORMAT_CODE to put out floating point register names. | |||||
1993-11-08 | * symtab.c (decode_line_1, decode_line_2): Do not adjust pc by | Peter Schauer | 2 | -9/+25 | |
FUNCTION_START_OFFSET if funfirstline is not set. | |||||
1993-11-08 | * libbfd.c (bfd_put_8): Add parens around reference to "val" | Jeff Law | 1 | -0/+5 | |
argument. | |||||
1993-11-07 | * First cut at cleaning up PA instruction parsing. | Jeff Law | 1 | -0/+18 | |
* config/tc-hppa.c (pa_get_absolute_expression): Accept pointer to insn structure as an argument, and a pointer to a string. All callers changed. Always read any field selector here. Call evaluate absolute to get a return value. (evaluate_absolute): Addept pointer to insn structure as its argument. All callers changed. (INSERT_FIELD_AND_CONTINUE): New macro for inserting a bitfield into an instruction and continuing the main pa_ip loop. (CHECK_FIELD): New macro for simple range checking of fields. (pa_ip): Delete unused variables. Use INSERT_FIELD_AND_CONTINUE and CHECK_FIELD. All immediate fields now pass through pa_get_absolute_expression which will also handle field selectors. Delete dead code. Simplify. (md_apply_fix_1): Use CHECK_FIELD to verify any fixes that are applied are in range. Use bfd_put_32 rather than inserting each byte of the fixed instrution into the buffer ourselves. | |||||
1993-11-07 | * write.c (fixup_segment): Delete {SEG,GLOBAL}_DIFF_ALLOWED code, | Jeff Law | 1 | -0/+8 | |
it was PA specific and is no longer needed (it's now handled within the PA backend). * config/tc-hppa.h (SEG_DIFF_ALLOWED): Delete definition. * config/tc-hppa.c (fix_new_hppa): If the subtract symbol for a fixup is $global$ change it to NULL as $global$ is really only needed long enough to determine the base type of relocation to use. | |||||
1993-11-07 | * config/tc-hppa.h (SEG_DIFF_ALLOWED): Delete definition. | Jeff Law | 1 | -0/+6 | |
* config/tc-hppa.c (fix_new_hppa): If the subtract symbol for a fixup is $global$ change it to NULL as $global$ is really only needed long enough to determine the base type of relocation to use. | |||||
1993-11-07 | * config/tc-hppa.c (create_new_subspace): Initialize subspace_defined. | Jeff Law | 2 | -0/+6 | |
1993-11-07 | * config/tc-hppa.c (pa-ip, case 'z'): Make field selectors work | Jeff Law | 2 | -1/+8 | |
for 'z' operands (target of ble branch). | |||||
1993-11-07 | * gas/hppa/basic/basic.exp: No longer expect failures for | Jeff Law | 1 | -0/+5 | |
system instruction tests now that probei is fixed. | |||||
1993-11-07 | * hppa.h: Immediate field in probei instructions is unsigned, | Jeff Law | 1 | -0/+13 | |
not low-sign extended. | |||||
1993-11-07 | * config/tc-hppa.c: (update_subspace): Fix type and name of last | Jeff Law | 2 | -8/+13 | |
parameter. All callers fixed. (md_begin, pa_chk_field_selector, pa_entry): Lint. | |||||
1993-11-07 | * gas/hppa/reloc/selectorbug.s: New test. | Jeff Law | 4 | -0/+266 | |
* gas/hppa/reloc/reloc.exp: Run it. | |||||
1993-11-07 | * config/tc-hppa.c (cons_fix_new_hppa): Reset field selector | Jeff Law | 2 | -1/+9 | |
to default state after it's been used. | |||||
1993-11-06 | correct mach3 values | David MacKenzie | 2 | -1/+11 | |
1993-11-06 | more doc cleanups | David MacKenzie | 2 | -14/+14 | |
1993-11-06 | Modified Files: | Kung Hsu | 4 | -7/+51 | |
gdbtypes.h stabsread.c cp-valprint.c ChangeLog * gdbtypes.h : add a field 'ignore_field_bits in cplus_specific, and macros to handle the bits. * stabsread.c (read_one_struct_field): add VISIBILITY_IGNORE, and for field of length 0, set this bit on. * cp-valprint.c (cp_print_value_fields): for VISIBILITY_IGNORE field, print <no value>. | |||||
1993-11-06 | * gdb.texinfo: updates re threads. | Roland Pesch | 1 | -15/+235 | |
1993-11-06 | * gdb.texinfo: updates re threads. | Roland Pesch | 1 | -2/+2 | |
* remote.texinfo: avoid index entries starting with digits. | |||||
1993-11-06 | * gdb.texinfo: updates re threads. | Roland Pesch | 1 | -0/+5 | |
* remote.texinfo: avoid index entries starting with digits. | |||||
1993-11-05 | * Makefile.in (DISTDOCDIRS): Add gdb. | Jim Kingdon | 1 | -0/+8 | |
1993-11-05 | coffcode.h change. | Ian Lance Taylor | 1 | -0/+4 | |
1993-11-05 | * Version 4.11.2. | Jim Kingdon | 2 | -1/+5 | |
1993-11-05 | fix mistakes in last change | David MacKenzie | 3 | -99/+96 | |
1993-11-05 | adjusting repository after cvs mixup | Ken Raeburn | 3 | -2261/+0 | |
1993-11-05 | adjusting repository for cvs flakiness | Ken Raeburn | 6 | -5807/+0 | |
1993-11-05 | Trying to fix repository after cvs breakage... | Ken Raeburn | 1 | -1127/+0 | |
1993-11-05 | binutils.texi: added nlmconv chapter | Jeffrey Osier | 1 | -3/+59 | |
1993-11-05 | * config/obj-som.c (obj_som_init_stab_section): Change | Jeff Law | 1 | -0/+6 | |
space/subspace sort keys for the stab sections so as to avoid bugs in the hp linker and pxdb. | |||||
1993-11-05 | doc cleanup | David MacKenzie | 19 | -1137/+1517 | |
1993-11-05 | * inflow.c (terminal_init_inferior): Temporarily use Lynx PIDGET | Stu Grossman | 4 | -59/+205 | |
macro to set process groups. * infptrace.c (child_resume): Temporarily use Lynx PIDGET to specify resumption of all threads. * infrun.c (wait_for_inferior): Fix handling of thread-specific breakpoints for systems where DECR_PC_AFTER_BREAK > 0 (ie: backup PC by the right amount when continuing the thread). * thread.c (thread_apply_command): Add the `thread apply' command to apply a given GDB command to a list of threads. | |||||
1993-11-05 | First cut at sanitization, doc files, &c for gas/binutils releases | Ken Raeburn | 10 | -0/+9195 | |
1993-11-05 | * Makefile.in (taz): Only build "info" in DISTDOCDIRS. | Ken Raeburn | 2 | -3/+9 | |
(DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want this now. | |||||
1993-11-05 | * configure.in: Add doc to configdirs. | Jim Kingdon | 1 | -0/+5 | |
* Makefile.in (info dvi install-info clean-info): Recurse into doc. | |||||
1993-11-05 | * Makefile.in (init.c): Don't call sed if filename is empty. | Jim Kingdon | 2 | -2/+9 | |
1993-11-05 | Check in version built from changed bfd-in.h. | John Gilmore | 1 | -1/+13 | |
1993-11-05 | * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as | Jim Kingdon | 1 | -0/+2 | |
"_vb$". | |||||
1993-11-05 | * gdb.t00/teststrategy.exp: Add xfail for RS/6000. | Jim Kingdon | 1 | -0/+5 | |
* gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc. | |||||
1993-11-05 | * dbxread.c (unknown_symchar_complaint): Make message refer to | Jim Kingdon | 2 | -1/+5 | |
"symbol descriptor" not "symbol type character" for consistency with stabs.texinfo terminology. | |||||
1993-11-05 | * stabsread.c (read_struct_fields): Accept either '$' or '.' as | Jim Kingdon | 2 | -5/+13 | |
the character which introduces a cpp_abbrev or anonymous type. | |||||
1993-11-05 | * c-lang.c (c_printstr): Print "" to stream (like all the other | Jim Kingdon | 2 | -1/+4 | |
output from this function), not gdb_stdout. | |||||
1993-11-05 | * config.sub: Accept hiux* as an OS name. | Jim Kingdon | 1 | -0/+2 | |
1993-11-05 | * gas/hppa/unsorted/fragbug.s: New test. | Jeff Law | 2 | -0/+8 | |
* gas/hppa/unsorted/unsorted.exp: Run it. | |||||
1993-11-05 | Add fragbug.s to things to keep. | Jeff Law | 1 | -0/+1 | |
1993-11-05 | * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per | Jim Kingdon | 2 | -1/+7 | |
etc/make-stds.texi. The underscore came from gcc, and dje now agrees that RUNTESTFLAGS is the correct name. | |||||
1993-11-05 | * write.c (chain_frchains_together): Update pointer to last | Jeff Law | 2 | -3/+16 | |
frag for a segment in the seginfo structure. | |||||
1993-11-04 | * dbxread.c (process_one_symbol): Do relocate 'S' symbols by | Jim Kingdon | 2 | -3/+14 | |
the text offset (revert 12 Oct 93 change). | |||||
1993-11-04 | * bfd-in.h (bfd_get_cacheable, bfd_set_cacheable): New accessors. | John Gilmore | 3 | -29/+110 | |
* bfd.c, opncls.c: Improve comments on file descriptor cacheing. |