mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-28 04:25:10 +08:00
Miscellaneous tiny fixes.
This commit is contained in:
parent
ecacdc7a62
commit
927781e250
@ -1,5 +1,8 @@
|
||||
2000-09-05 Alan Modra <alan@linuxcare.com.au>
|
||||
|
||||
* expr.c (operand): Fix a comment typo.
|
||||
* write.c (write_relocs): Fix a signed/unsigned warning.
|
||||
|
||||
* config/tc-hppa.c (fudge_reg_expressions): New
|
||||
(hppa_force_reg_syms_absolute): New.
|
||||
(pa_equ): Allow reg_section expressions.
|
||||
|
@ -1304,7 +1304,7 @@ operand (expressionP)
|
||||
{
|
||||
/* Let the target try to parse it. Success is indicated by changing
|
||||
the X_op field to something other than O_absent and pointing
|
||||
input_line_pointer passed the expression. If it can't parse the
|
||||
input_line_pointer past the expression. If it can't parse the
|
||||
expression, X_op and input_line_pointer should be unchanged. */
|
||||
expressionP->X_op = O_absent;
|
||||
--input_line_pointer;
|
||||
|
@ -1,3 +1,7 @@
|
||||
2000-09-05 Alan Modra <alan@linuxcare.com.au>
|
||||
|
||||
* gas/vtable/vtable.exp: Re-enable for hppa-elf.
|
||||
|
||||
2000-08-29 Timothy Wall <twall@cygnus.com>
|
||||
|
||||
* gas/ia64/dv-mutex.s: Add stop to avoid DV error on cmp.eq.
|
||||
|
@ -24,7 +24,7 @@ if { ([istarget "*-*-elf*"]
|
||||
return
|
||||
}
|
||||
|
||||
if {[istarget "hppa*-*-*"]} then {
|
||||
if {[istarget "hppa*64*-*-*"]} then {
|
||||
return
|
||||
}
|
||||
|
||||
|
@ -899,7 +899,7 @@ write_relocs (abfd, sec, xxx)
|
||||
PTR xxx ATTRIBUTE_UNUSED;
|
||||
{
|
||||
segment_info_type *seginfo = seg_info (sec);
|
||||
int i;
|
||||
unsigned int i;
|
||||
unsigned int n;
|
||||
arelent **relocs;
|
||||
fixS *fixp;
|
||||
|
Loading…
Reference in New Issue
Block a user