325801bda4
gas/ChangeLog: 2016-04-03 Trevor Saunders <tbsaunde+binutils@tbsaunde.org> * app.c (app_push): use XNEW macro. * as.c: Likewise. * config/obj-elf.c (obj_elf_change_section): Likewise. (elf_copy_symbol_attributes): Likewise. (obj_elf_size): Likewise. (build_group_lists): Likewise. * config/tc-aarch64.c (add_operand_error_record): Likewise. (md_assemble): Likewise. (tc_gen_reloc): Likewise. (get_upper_str): Likewise. (aarch64_parse_features): Likewise. * config/tc-arm.c (insert_reg_alias): Likewise. (insert_neon_reg_alias): Likewise. (find_or_make_literal_pool): Likewise. (s_arm_elf_cons): Likewise. (add_unwind_opcode): Likewise. (arm_parse_extension): Likewise. * config/tc-avr.c (create_record_for_frag): Likewise. * config/tc-crx.c: Likewise. * config/tc-d30v.c: Likewise. * config/tc-dlx.c (s_proc): Likewise. * config/tc-ft32.c: Likewise. * config/tc-h8300.c: Likewise. * config/tc-hppa.c (pa_proc): Likewise. (create_new_space): Likewise. (create_new_subspace): Likewise. * config/tc-i860.c: Likewise. * config/tc-i960.c: Likewise. * config/tc-ia64.c: Likewise. * config/tc-iq2000.c (iq2000_add_macro): Likewise. (iq2000_record_hi16): Likewise. * config/tc-m32c.c (m32c_indirect_operand): Likewise. * config/tc-m32r.c (debug_sym): Likewise. (m32r_record_hi16): Likewise. * config/tc-m68k.c (m68k_ip): Likewise. (md_begin): Likewise. * config/tc-mcore.c: Likewise. * config/tc-microblaze.c (check_got): Likewise. * config/tc-mips.c (append_insn): Likewise. (s_mipsset): Likewise. (mips_record_label): Likewise. (s_mips_end): Likewise. * config/tc-mmix.c (mmix_frob_file): Likewise. * config/tc-mn10200.c: Likewise. * config/tc-mn10300.c: Likewise. * config/tc-moxie.c: Likewise. * config/tc-msp430.c: Likewise. * config/tc-nds32.c (nds32_elf_save_pseudo_pattern): Likewise. * config/tc-ns32k.c: Likewise. * config/tc-or1k.c: Likewise. * config/tc-pdp11.c: Likewise. * config/tc-pj.c (fake_opcode): Likewise. * config/tc-ppc.c (ppc_apuinfo_section_add): Likewise. (ppc_macro): Likewise. (ppc_dwsect): Likewise. (ppc_machine): Likewise. * config/tc-rl78.c (rl78_frag_init): Likewise. * config/tc-rx.c (rx_frag_init): Likewise. * config/tc-s390.c (s390_lit_suffix): Likewise. (s390_machine): Likewise. (s390_machinemode): Likewise. * config/tc-score.c (s3_insert_reg): Likewise. (s3_gen_reloc): Likewise. * config/tc-score7.c (s7_insert_reg): Likewise. (s7_gen_reloc): Likewise. * config/tc-tic30.c (tic30_operand): Likewise. * config/tc-tic4x.c (tic4x_inst_make): Likewise. * config/tc-tic54x.c (stag_add_field): Likewise. (tic54x_struct): Likewise. (tic54x_space): Likewise. (tic54x_field): Likewise. (tic54x_mlib): Likewise. (subsym_substitute): Likewise. * config/tc-tic6x.c (tic6x_frob_label): Likewise. * config/tc-vax.c: Likewise. * config/tc-xc16x.c: Likewise. * config/tc-xtensa.c (xtensa_add_insn_label): Likewise. (directive_push): Likewise. (xtensa_begin_directive): Likewise. (tokenize_arguments): Likewise. (xtensa_add_literal_sym): Likewise. (new_resource_table): Likewise. (resize_resource_table): Likewise. (emit_single_op): Likewise. (xtensa_create_trampoline_frag): Likewise. (xtensa_maybe_create_literal_pool_frag): Likewise. (xtensa_add_config_info): Likewise. (xtensa_realloc_fixup_cache): Likewise. (add_subseg_info): Likewise. (cache_literal_section): Likewise. (add_xt_block_frags): Likewise. (add_xt_prop_frags): Likewise. (init_op_placement_info_table): Likewise. (build_section_rename): Likewise. * config/tc-z80.c: Likewise. * config/tc-z8k.c: Likewise. * depend.c (register_dependency): Likewise. * dwarf2dbg.c (get_line_subseg): Likewise. (dwarf2_gen_line_info_1): Likewise. (get_filenum): Likewise. * ecoff.c (allocate_scope): Likewise. (allocate_vlinks): Likewise. (allocate_shash): Likewise. (allocate_thash): Likewise. (allocate_tag): Likewise. (allocate_forward): Likewise. (allocate_thead): Likewise. (allocate_lineno_list): Likewise. * expr.c (make_expr_symbol): Likewise. * hash.c (hash_new_sized): Likewise. * input-file.c (input_file_push): Likewise. * listing.c (file_info): Likewise. (listing_newline): Likewise. * macro.c (new_formal): Likewise. (define_macro): Likewise. * remap.c (add_debug_prefix_map): Likewise. * symbols.c (symbol_find_noref): Likewise. (define_dollar_label): Likewise. (fb_label_instance_inc): Likewise. (symbol_relc_make_value): Likewise.
260 lines
5.8 KiB
C
260 lines
5.8 KiB
C
/* input_file.c - Deal with Input Files -
|
||
Copyright (C) 1987-2016 Free Software Foundation, Inc.
|
||
|
||
This file is part of GAS, the GNU Assembler.
|
||
|
||
GAS is free software; you can redistribute it and/or modify
|
||
it under the terms of the GNU General Public License as published by
|
||
the Free Software Foundation; either version 3, or (at your option)
|
||
any later version.
|
||
|
||
GAS is distributed in the hope that it will be useful,
|
||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||
GNU General Public License for more details.
|
||
|
||
You should have received a copy of the GNU General Public License
|
||
along with GAS; see the file COPYING. If not, write to the Free
|
||
Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA
|
||
02110-1301, USA. */
|
||
|
||
/* Confines all details of reading source bytes to this module.
|
||
All O/S specific crocks should live here.
|
||
What we lose in "efficiency" we gain in modularity.
|
||
Note we don't need to #include the "as.h" file. No common coupling! */
|
||
|
||
#include "as.h"
|
||
#include "input-file.h"
|
||
#include "safe-ctype.h"
|
||
|
||
/* This variable is non-zero if the file currently being read should be
|
||
preprocessed by app. It is zero if the file can be read straight in. */
|
||
int preprocess = 0;
|
||
|
||
/* This code opens a file, then delivers BUFFER_SIZE character
|
||
chunks of the file on demand.
|
||
BUFFER_SIZE is supposed to be a number chosen for speed.
|
||
The caller only asks once what BUFFER_SIZE is, and asks before
|
||
the nature of the input files (if any) is known. */
|
||
|
||
#define BUFFER_SIZE (32 * 1024)
|
||
|
||
/* We use static data: the data area is not sharable. */
|
||
|
||
static FILE *f_in;
|
||
static const char *file_name;
|
||
|
||
/* Struct for saving the state of this module for file includes. */
|
||
struct saved_file
|
||
{
|
||
FILE * f_in;
|
||
const char * file_name;
|
||
int preprocess;
|
||
char * app_save;
|
||
};
|
||
|
||
/* These hooks accommodate most operating systems. */
|
||
|
||
void
|
||
input_file_begin (void)
|
||
{
|
||
f_in = (FILE *) 0;
|
||
}
|
||
|
||
void
|
||
input_file_end (void)
|
||
{
|
||
}
|
||
|
||
/* Return BUFFER_SIZE. */
|
||
size_t
|
||
input_file_buffer_size (void)
|
||
{
|
||
return (BUFFER_SIZE);
|
||
}
|
||
|
||
/* Push the state of our input, returning a pointer to saved info that
|
||
can be restored with input_file_pop (). */
|
||
|
||
char *
|
||
input_file_push (void)
|
||
{
|
||
struct saved_file *saved;
|
||
|
||
saved = XNEW (struct saved_file);
|
||
|
||
saved->f_in = f_in;
|
||
saved->file_name = file_name;
|
||
saved->preprocess = preprocess;
|
||
if (preprocess)
|
||
saved->app_save = app_push ();
|
||
|
||
/* Initialize for new file. */
|
||
input_file_begin ();
|
||
|
||
return (char *) saved;
|
||
}
|
||
|
||
void
|
||
input_file_pop (char *arg)
|
||
{
|
||
struct saved_file *saved = (struct saved_file *) arg;
|
||
|
||
input_file_end (); /* Close out old file. */
|
||
|
||
f_in = saved->f_in;
|
||
file_name = saved->file_name;
|
||
preprocess = saved->preprocess;
|
||
if (preprocess)
|
||
app_pop (saved->app_save);
|
||
|
||
free (arg);
|
||
}
|
||
|
||
/* Open the specified file, "" means stdin. Filename must not be null. */
|
||
|
||
void
|
||
input_file_open (const char *filename,
|
||
int pre)
|
||
{
|
||
int c;
|
||
char buf[80];
|
||
|
||
preprocess = pre;
|
||
|
||
gas_assert (filename != 0); /* Filename may not be NULL. */
|
||
if (filename[0])
|
||
{
|
||
f_in = fopen (filename, FOPEN_RT);
|
||
file_name = filename;
|
||
}
|
||
else
|
||
{
|
||
/* Use stdin for the input file. */
|
||
f_in = stdin;
|
||
/* For error messages. */
|
||
file_name = _("{standard input}");
|
||
}
|
||
|
||
if (f_in == NULL)
|
||
{
|
||
as_bad (_("can't open %s for reading: %s"),
|
||
file_name, xstrerror (errno));
|
||
return;
|
||
}
|
||
|
||
c = getc (f_in);
|
||
|
||
if (ferror (f_in))
|
||
{
|
||
as_bad (_("can't read from %s: %s"),
|
||
file_name, xstrerror (errno));
|
||
|
||
fclose (f_in);
|
||
f_in = NULL;
|
||
return;
|
||
}
|
||
|
||
/* Check for an empty input file. */
|
||
if (feof (f_in))
|
||
{
|
||
fclose (f_in);
|
||
f_in = NULL;
|
||
return;
|
||
}
|
||
gas_assert (c != EOF);
|
||
|
||
if (c == '#')
|
||
{
|
||
/* Begins with comment, may not want to preprocess. */
|
||
c = getc (f_in);
|
||
if (c == 'N')
|
||
{
|
||
if (fgets (buf, sizeof (buf), f_in)
|
||
&& !strncmp (buf, "O_APP", 5) && ISSPACE (buf[5]))
|
||
preprocess = 0;
|
||
if (!strchr (buf, '\n'))
|
||
ungetc ('#', f_in); /* It was longer. */
|
||
else
|
||
ungetc ('\n', f_in);
|
||
}
|
||
else if (c == 'A')
|
||
{
|
||
if (fgets (buf, sizeof (buf), f_in)
|
||
&& !strncmp (buf, "PP", 2) && ISSPACE (buf[2]))
|
||
preprocess = 1;
|
||
if (!strchr (buf, '\n'))
|
||
ungetc ('#', f_in);
|
||
else
|
||
ungetc ('\n', f_in);
|
||
}
|
||
else if (c == '\n')
|
||
ungetc ('\n', f_in);
|
||
else
|
||
ungetc ('#', f_in);
|
||
}
|
||
else
|
||
ungetc (c, f_in);
|
||
}
|
||
|
||
/* Close input file. */
|
||
|
||
void
|
||
input_file_close (void)
|
||
{
|
||
/* Don't close a null file pointer. */
|
||
if (f_in != NULL)
|
||
fclose (f_in);
|
||
|
||
f_in = 0;
|
||
}
|
||
|
||
/* This function is passed to do_scrub_chars. */
|
||
|
||
static size_t
|
||
input_file_get (char *buf, size_t buflen)
|
||
{
|
||
size_t size;
|
||
|
||
if (feof (f_in))
|
||
return 0;
|
||
|
||
size = fread (buf, sizeof (char), buflen, f_in);
|
||
if (ferror (f_in))
|
||
as_bad (_("can't read from %s: %s"), file_name, xstrerror (errno));
|
||
return size;
|
||
}
|
||
|
||
/* Read a buffer from the input file. */
|
||
|
||
char *
|
||
input_file_give_next_buffer (char *where /* Where to place 1st character of new buffer. */)
|
||
{
|
||
char *return_value; /* -> Last char of what we read, + 1. */
|
||
size_t size;
|
||
|
||
if (f_in == (FILE *) 0)
|
||
return 0;
|
||
/* fflush (stdin); could be done here if you want to synchronise
|
||
stdin and stdout, for the case where our input file is stdin.
|
||
Since the assembler shouldn't do any output to stdout, we
|
||
don't bother to synch output and input. */
|
||
if (preprocess)
|
||
size = do_scrub_chars (input_file_get, where, BUFFER_SIZE);
|
||
else
|
||
size = input_file_get (where, BUFFER_SIZE);
|
||
|
||
if (size)
|
||
return_value = where + size;
|
||
else
|
||
{
|
||
if (fclose (f_in))
|
||
as_warn (_("can't close %s: %s"), file_name, xstrerror (errno));
|
||
|
||
f_in = (FILE *) 0;
|
||
return_value = 0;
|
||
}
|
||
|
||
return return_value;
|
||
}
|