diff options
author | Torbjorn Granlund <tege@cygnus> | 1993-12-26 22:36:02 +0000 |
---|---|---|
committer | Torbjorn Granlund <tege@cygnus> | 1993-12-26 22:36:02 +0000 |
commit | 45db9cafcf0751639969e67a2bb7061aa3630347 (patch) | |
tree | b928eae2a40c1764bfcf91d8c8b5265e6aaa460b /gas/ChangeLog | |
parent | f4f0d174871fc68497aebc705f78bbd09fe3e498 (diff) | |
download | gdb-45db9cafcf0751639969e67a2bb7061aa3630347.zip gdb-45db9cafcf0751639969e67a2bb7061aa3630347.tar.gz gdb-45db9cafcf0751639969e67a2bb7061aa3630347.tar.bz2 |
Making HPPA assembler case sensitive where it should be, and speeding it up
a factor of 2.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 5cc5fe4..6020996 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,22 @@ +Sun Dec 26 14:31:47 1993 Torbjorn Granlund (tege@adder.cygnus.com) + + * tc-hppa.c (pre_defined_registers): Convert to lower case. + Delete spurious register names "%r4L", etc. + (selector_table): Sort and convert to lower case. + (cons_fix_new_hppa): `reloc_type' => `rel_type'. + (pa_ip): Always use strcmp for non-text and strcasecmp for text. + (reg_name_search): Rewrite to call strcasecmp only once per + iteration. + (pa_chk_field_selector): Rewrite to use binary search. + (pa_parse_neg_add_cmpltr): Use strcasecmp for completer comparisons. + (pa_parse_space_stmt): $TEXT$ and $PRIVATE$ are symbols; use case + sensitive comparisons. + (pa_parse_space_stmt): Canonicalize strncasecmp arg to lower case. + (pa_space): "$text$" => "$TEXT$"; "$private$" => "$PRIVATE$". Use + case sensitive comparison for all symbolic names. + (pa_subspace): Canonicalize strncasecmp arg to lower case. + (pa_subspace_start): Use case sensitive comparison for symbolic names. + Mon Dec 20 10:37:48 1993 Ken Raeburn (raeburn@cujo.cygnus.com) * write.c (adjust_reloc_syms) [RELOC_REQUIRES_SYMBOL]: If no |