diff options
Diffstat (limited to 'gold/gc.h')
-rw-r--r-- | gold/gc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/gc.h b/gold/gc.h index 06b7125d7d6..10cdd5f2578 100644 --- a/gold/gc.h +++ b/gold/gc.h @@ -187,7 +187,7 @@ gc_process_relocs( size_t local_count, const unsigned char* plocal_syms) { - Object *dst_obj; + Object* dst_obj; unsigned int dst_indx; Scan scan; |