diff options
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-i386.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c index a74bfe6..56c0600 100644 --- a/gas/config/tc-i386.c +++ b/gas/config/tc-i386.c @@ -6846,8 +6846,8 @@ lex_got (enum bfd_reloc_code_real *rel, input string, minus the `@SECREL32' into a malloc'd buffer for parsing by the calling routine. Return this buffer, and if ADJUST is non-null set it to the length of the string we removed from the - input line. Otherwise return NULL. - + input line. Otherwise return NULL. + This function is copied from the ELF version above adjusted for PE targets. */ static char * |