2000-11-14 Kazu Hirata <kazu@hxi.com>

* config/aout_gnu.h: Fix formatting.
	* config/atof-vax.c: Likewise.
	* config/m68k-parse.h: Likewise.
	* config/m88k-opcode.h: Likewise.
	* config/obj-elf.c: Likewise.
	* config/tc-arm.c: Likewise.
	* config/tc-cris.c: Likewise.
	* config/tc-i386.c: Likewise.
	* config/tc-ia64.c: Likewise.
	* config/tc-mn10300.c: Likewise.
	* config/te-386bsd.h: Likewise.
	* config/te-hppa.h: Likewise.
	* config/te-nbsd.h: Likewise.
	* config/te-ppcnw.h: Likewise.
	* config/te-sparcaout.h: Likewise.
	* config/te-tmips.h: Likewise.
	* config/vax-inst.h: Likewise.
	* config/vms-conf.h: Likewise.
This commit is contained in:
Kazu Hirata
2000-11-14 20:57:30 +00:00
parent c810873da1
commit 4a1805b14d
19 changed files with 98 additions and 99 deletions

View File

@@ -1136,7 +1136,7 @@ obj_elf_symver (ignore)
p = strchr (symbol_get_obj (sym)->versioned_name, ELF_VER_CHR);
if (p)
rp = strrchr (p, ELF_VER_CHR);
if (!p || p [1] == '\0' || rp [1] == '\0')
if (!p || p [1] == '\0' || rp [1] == '\0')
{
as_bad (_("missing version name in `%s' for symbol `%s'"),
symbol_get_obj (sym)->versioned_name,
@@ -1783,7 +1783,7 @@ elf_frob_file ()
#endif
}
/* It removes any unneeded versioned symbols from the symbol table. */
/* It removes any unneeded versioned symbols from the symbol table. */
void
elf_frob_file_before_adjust ()