output_big_leb128 comment
* read.c (output_big_leb128): Describe "sign" parameter.
This commit is contained in:
parent
32d849b35d
commit
9a724e7b6b
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2015-11-19 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* read.c (output_big_leb128): Describe "sign" parameter.
|
||||
|
||||
2015-11-19 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* config/tc-ppc.h (SUB_SEGMENT_ALIGN): Define only for ELF.
|
||||
|
|
|
@ -5150,7 +5150,7 @@ output_big_leb128 (char *p, LITTLENUM_TYPE *bignum, int size, int sign)
|
|||
}
|
||||
|
||||
/* Generate the appropriate fragments for a given expression to emit a
|
||||
leb128 value. */
|
||||
leb128 value. SIGN is 1 for sleb, 0 for uleb. */
|
||||
|
||||
static void
|
||||
emit_leb128_expr (expressionS *exp, int sign)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue