From 7019cd256559b48bc642fcb8ff9a4ea9e98bced7 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 27 Feb 2008 22:38:18 +0000 Subject: Implement -q/--emit-relocs. --- gold/reloc.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gold/reloc.h') diff --git a/gold/reloc.h b/gold/reloc.h index 438e861..fb6c846 100644 --- a/gold/reloc.h +++ b/gold/reloc.h @@ -194,6 +194,9 @@ class Relocatable_relocs // SHT_RELA reloc and the contents of the data section do not need // to be changed. RELOC_ADJUST_FOR_SECTION_RELA, + // Like RELOC_ADJUST_FOR_SECTION_RELA but the addend should not be + // adjusted. + RELOC_ADJUST_FOR_SECTION_0, // Like RELOC_ADJUST_FOR_SECTION_RELA but the contents of the // section need to be changed. The number indicates the number of // bytes in the addend in the section contents. -- cgit v1.1