* config/tc-mips.h: Fix comment formatting.
This commit is contained in:
parent
7f44fa07f0
commit
c344a4c8c4
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2003-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
|
||||
|
||||
* config/tc-mips.h: Fix comment formatting.
|
||||
|
||||
2003-05-13 Hans-Peter Nilsson <hp@axis.com>
|
||||
|
||||
* read.c (old_buffer, old_input, old_limit): Remove variables.
|
||||
|
|
|
@ -46,7 +46,7 @@ struct expressionS;
|
|||
#define LOCAL_LABELS_FB 1
|
||||
|
||||
/* Maximum symbol offset that can be encoded in a BFD_RELOC_GPREL16
|
||||
relocation: */
|
||||
relocation. */
|
||||
#define MAX_GPREL_OFFSET (0x7FF0)
|
||||
|
||||
#define md_relax_frag(segment, fragp, stretch) \
|
||||
|
|
Loading…
Reference in a new issue