mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-16 04:18:50 +00:00
* symbols.c (resolve_symbol_value): Initialise final_val.
* subsegs.c (subsegs_print_statistics): Cast frchp to void *.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2002-06-12 Ben Elliston <bje@redhat.com>
|
||||
|
||||
* symbols.c (resolve_symbol_value): Initialise final_val.
|
||||
|
||||
* subsegs.c (subsegs_print_statistics): Cast frchp to void *.
|
||||
|
||||
2002-06-11 Tom Rix <trix@redhat.com>
|
||||
|
||||
* config/tc-ppc.c (ppc_subseg_align): Delete.
|
||||
|
||||
@@ -652,7 +652,7 @@ subsegs_print_statistics (file)
|
||||
count++;
|
||||
}
|
||||
fprintf (file, "\n");
|
||||
fprintf (file, "\t%p %-10s\t%10d frags\n", frchp,
|
||||
fprintf (file, "\t%p %-10s\t%10d frags\n", (void *) frchp,
|
||||
segment_name (frchp->frch_seg), count);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -839,7 +839,7 @@ resolve_symbol_value (symp)
|
||||
symbolS *symp;
|
||||
{
|
||||
int resolved;
|
||||
valueT final_val;
|
||||
valueT final_val = 0;
|
||||
segT final_seg;
|
||||
|
||||
#ifdef BFD_ASSEMBLER
|
||||
|
||||
Reference in New Issue
Block a user