• R/O
  • HTTP
  • SSH
  • HTTPS

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GNU Binutils with patches for OS216


File Info

Rev. c4df5bbeb87a445dbc84b9ed677b2c721e5051b5
Tamaño 2,368 octetos
Tiempo 2020-07-04 04:03:47
Autor Sebastian Huber
Log Message

sim/igen: Fix linker error with -fno-common

GCC 10 enables -fno-common by default. This resulted in multiple
definition linker errors since a global variable was declared and
defined in a header file:

ld: libsim.a(idecode.o):sim/v850/idecode.h:71: multiple definition of
idecode_issue'; libsim.a(irun.o):sim/v850/idecode.h:71: first defined
here
ld: libsim.a(engine.o):sim/v850/idecode.h:71: multiple definition of
idecode_issue'; libsim.a(irun.o):sim/v850/idecode.h:71: first defined
here
ld: libsim.a(support.o):sim/v850/idecode.h:71: multiple definition of
idecode_issue'; libsim.a(irun.o):sim/v850/idecode.h:71: first defined
here
ld: libsim.a(semantics.o):sim/v850/idecode.h:71: multiple definition
of idecode_issue'; libsim.a(irun.o):sim/v850/idecode.h:71: first
defined here

sim/igen

PR sim/26194

* lf.h (lf_get_file_type): Declare.
* lf.c (lf_get_file_type): Define.
* gen-idecode.c (print_idecode_issue_function_header): Use
lf_get_file_type() to issue an extern variable declaration in
case of header files.

Content

2011-10-26  Nick Clifton  <nickc@redhat.com>

	* hist.c (hist_assign_samples_1): Update comment.

2011-10-25   Wei Guozhi  <carrot@google.com>

	PR gprof/13325
	* hist.c (hist_assign_samples_1): Make sure that inner loop
	iterator remains valid.

2011-10-24  Nick Clifton  <nickc@redhat.com>

	* po/ja.po: New Japanese translation.
	* configure.in (ALL_LINGUAS): Add ja.
	* configure: Regenerate.

2011-10-18  Nick Clifton  <nickc@redhat.com>

	* po/it.po: New Italian translation.
	* po/gprof.pot: Regenerate.

2011-10-10  Nick Clifton  <nickc@redhat.com>

	* po/uk.po: New Ukranian translation.
	* po/bg.po: Updated Bulgarian translation.
	* po/es.po: Updated Spanish translation.
	* po/fi.po: Updated Finnish translation.

2011-08-26  Nick Clifton  <nickc@redhat.com>

	* po/es.po: Updated Spanish translation.

2011-06-07  David Warme  <dwarme@groupw.com>

	* corefile.c (core_sym_class): Allow for multiple iterations of
	clone clones and subprograms.

2011-04-28  Jonathan Nieder  <jrnieder@gmail.com>

	* cg_print.c (print_header): Add no-c-format comment to prevent
	confusion when translating "%time".

2011-04-27  Nick Clifton  <nickc@redhat.com>

	* po/eo.po: Updated Esperanto translation.
	* po/fr.po: Updated French translation.

2011-03-30  Nick Clifton  <nickc@redhat.com>

	* po/eo.po: New Esperanto translation.
	* configure.in (ALL_LINGUAS): Add eo.
	* configure: Regenerate.

2011-02-28  Kai Tietz  <kai.tietz@onevision.com>

	* basic_blocks.c (cmp_bb): Use filename_(n)cmp.
	* cg_print.c (order_and_dump_functions_by_arcs): Likewise.
	(cg_print_file_ordering): Likewise.
	* corefile.c (read_function_mappings): Likewise.
	(core_create_line_syms): Likewise.

2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>

	* configure: Regenerate.

2011-02-07  Alan Modra  <amodra@gmail.com>

	PR gprof/12468
	* corefile.c (core_create_function_syms): Set is_func for targets
	that have no BSF_FUNCTION syms.

2011-01-10  Nick Clifton  <nickc@redhat.com>

	* po/da.po: Updated Danish translation.

For older changes see ChangeLog-2010

Copyright (C) 2011 Free Software Foundation, Inc.

Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.

Local Variables:
mode: change-log
left-margin: 8
fill-column: 74
version-control: never
End: