PR gas/14201
authorAlan Modra <amodra@gmail.com>
Thu, 7 Jun 2012 12:47:23 +0000 (12:47 +0000)
committerAlan Modra <amodra@gmail.com>
Thu, 7 Jun 2012 12:47:23 +0000 (12:47 +0000)
commit39a45edc073226e748566b497c216830cec119c4
treebd35d385584a6fcaca5e6a40a9933b33cafe1b2d
parentfb1b895daad773efd7dc023f913678e9c80d8c3a
PR gas/14201
* sb.h (sb_max_power_two): Delete.
(struct sb): Delete "item" and "pot".  Make "len" a size_t.  Add "max".
(sb_element): Delete.
(sb_add_char, sb_add_buffer, sb_skip_comma, sb_skip_write): Update
prototypes.
* sb.c (string_count, free_list): Delete.
(sb_build, sb_kill, sb_check): Rewrite.
(scrub_from_sb, sb_add_char, sb_add_string, sb_add_buffer,
sb_skip_white, sb_skip_comma): Replace assorted int params,
vars and return types with size_t.
* input-scrub.c: Likewise.
* macro.c: Likewise.
* macro.h: Likewise.
* as.c: Likewise.
* as.h: Likewise.
* input-file.h: Likewise.
* input-file.c: Likewise.
* read.c: Likewise.
* app.c: ..or ptrdiff_t.
* input-file.c (input_file_get): Use ferror.
(input_file_give_next_buffer): Use input_file_get.
12 files changed:
gas/ChangeLog
gas/app.c
gas/as.c
gas/as.h
gas/input-file.c
gas/input-file.h
gas/input-scrub.c
gas/macro.c
gas/macro.h
gas/read.c
gas/sb.c
gas/sb.h
This page took 0.024995 seconds and 4 git commands to generate.