Age | Commit message (Collapse) | Author | Files | Lines |
|
everything else. (and now work recursively too)
|
|
|
|
* as.c (quiet_flag): New flag.
(main): If -noquiet given, display execution time and memory used.
|
|
|
|
* mpw-config.in (varargs.h, sys/*.h): Don't create when
configuring.
(host.h): Create with forward-include.
* mpw-make.in (CFLAGS): Add -w flag.
* mpw-build.in: New file, build script fragment.
|
|
* mpw-xconfig.in: Use forward-include to create include files.
|
|
|
|
|
|
symbols of known size in the undefined section. Put small common
symbols in a .scommon section.
* ecoff.h (ecoff_frob_symbol): Declare.
* config/obj-ecoff.h (obj_frob_symbol): Define.
* config/obj-elf.c (obj_elf_write_symbol_p, obj_elf_write_symbol,
obj_elf_frob_symbol): Removed unused functions.
* config/obj-elf.h (obj_frob_symbol, obj_write_symbol): Removed
unused macros.
(obj_elf_frob_symbol, obj_elf_write_symbol): Removed declarations
of unused functions.
(obj_frob_symbol): Define if ECOFF_DEBUGGING.
|
|
(md_parse_option): Set g_switch_seen for -G option.
(s_option): If creating PIC code, force the GP size to be 0. Warn
if -G switch used with a non-zero value.
|
|
comparing against bfd_com_section.
|
|
|
|
|
|
sparc-solaris/addend.exp: Tweaked to fix a few bugs and to run
well under either version of expect
|
|
dejagnu 1.1.1 (only) bug.
|
|
gas_version.
|
|
|
|
FLT_CHARS, preserve the character. Patch from Lisa Repka.
|
|
pseudo-ops: .hword, .int, .long, .octa, .quad, .short, .single.
|
|
|
|
|
|
confuses GDB for some unknown reason.
* cofnig/obj-som.c: Likewise.
|
|
C_FCN assume .val has been set to .
|
|
to literal pool.
|
|
with explicitly marked stabs through BFD: if a symbol marked
N_UNDF | N_EXT is in the absolute section, move it to the
undefined section; move a symbol marked N_INDR into
bfd_ind_section and set the BSF_INDIRECT flag.
|
|
* ecoff.c (ecoff_set_gp_prolog_size): Return type is void.
|
|
|
|
and 'f' template operand.
|
|
elsewhere now.
* gas/hppa/basic/{copr, coprmem, spop}.s: New tests.
* gas/hppa/basic/basic.exp: Run them.
|
|
and '2' in copr and sfu instruction templates.
|
|
|
|
|
|
|
|
|
|
|
|
(current_file_idx): New static variable.
(add_file): Use and increment current_file_idx instead of indx parameter.
Also removed trailing whitespace from lines.
|
|
|
|
|
|
|
|
pool offset bugs, config.h handling.
|
|
expression, for now. Fix calculation of offset to return.
|
|
|
|
(add_to_literal_pool): Fix declaration.
|
|
(i386-*-netbsd0.8): New target, like 386bsd.
* configure.in: Set BFDDEF in Makefile to "define" or "undef".
* Makefile.in (config.h): Protect against multiple inclusions. Define or undef
BFD_ASSEMBLER as specified by $(BFDDEF).
(ALL_CFLAGS): Omit $(BFDDEF).
|
|
for each section.
(adjust_code_sections): New function. Adjusts the VMA for all the
$CODE$ subspaces.
* config/tc-hppa.c (md_assemble): Also handle creating a fixup
for the unwind descriptors if a function's label follows the
.PROC and .ENTRY directives.
(pa_entry): Don't set BSF_FUNCTION for the label symbol here; it
is done elsewhere. Don't create a fixup for the unwind
descriptors if the function's label has not been defined yet.
(pa_proc): For SOM, place each procedure within a new $CODE$
subspace. Adjust the segment and frag for the associated
function label if it exists.
|
|
set then a new segment is always created. All callers changed.
(subseg_force_new): New function. Similar to subseg_new, but
always force a new segment to be created.
* config/obj-som.c (som_frob_file): Call adjust_code_sections
for each section.
(adjust_code_sections): New function. Adjusts the VMA for all the
$CODE$ subspaces.
* config/tc-hppa.c (md_assemble): Also handle creating a fixup
for the unwind descriptors if a function's label follows the
.PROC and .ENTRY directives.
(pa_entry): Don't set BSF_FUNCTION for the label symbol here; it
is done elsewhere. Don't create a fixup for the unwind
descriptors if the function's label has not been defined yet.
(pa_proc): For SOM, place each procedure within a new $CODE$
subspace. Adjust the segment and frag for the associated
function label if it exists.
|
|
set then a new segment is always created. All callers changed.
(subseg_force_new): New function. Similar to subseg_new, but
always force a new segment to be created.
|
|
references to fail.
* gas/all/x930509.s: Fix testcase to match how the expect code was
written.
|
|
(hppa_fix_new): Initialize segment field.
(md_apply_fix): Do nothing for pc-relative fixup which involves
crossing a segment boundary.
(pa_procend): Undefine the current label after handling .PROC
and .PROCEND directives.
(dummy_symbol): Make type "symbolS *". Change references as
appropriate.
|
|
to having a function's label follow the .PROC directive.
|