mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 11:00:01 +08:00
Fix spelling mistakes.
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
/* Generic relocation support for BFD.
|
||||
Copyright 1998, 1999, 2000, 2003, 2010 Free Software Foundation, Inc.
|
||||
Copyright 1998, 1999, 2000, 2003, 2010, 2011 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of BFD, the Binary File Descriptor library.
|
||||
|
||||
@ -45,10 +45,10 @@
|
||||
|
||||
Note: The value of the symbol defined in the END_RELOC_NUMBERS
|
||||
macro (R_foo_count in the case of the example above) will be
|
||||
set to the value of the whichever *_RELOC macro preceeds it plus
|
||||
set to the value of the whichever *_RELOC macro precedes it plus
|
||||
one. Therefore if you intend to use the symbol as a sentinel for
|
||||
the highest valid macro value you should make sure that the
|
||||
preceeding *_RELOC macro is the highest valid number. ie a
|
||||
preceding *_RELOC macro is the highest valid number. ie a
|
||||
declaration like this:
|
||||
|
||||
START_RELOC_NUMBERS (foo)
|
||||
|
Reference in New Issue
Block a user