Commit cc86234f by Uros Bizjak

elf-lib.h: New file.

libgcc/ChangeLog:

	* config/frv/elf-lib.h: New file.
	(CRT_GET_RFIB_DATA): Move definition from gcc/config/frv/frv.h.
	* libgcc/config.host (frv-*elf, frv-*-*linux*): Add frv/elf-lib.h
	to tm_file.

	* config/frv/frvbengin.c: Do not include defaults.h
	* config/frv/frvend.c: Ditto.

gcc/ChangeLog:

	* config/frv/frv.h (CRT_GET_RFIB_DATA): Move definition to
	libgcc/config/frv/elf-lib.h.

From-SVN: r222519
parent 2a877204
2015-04-28 Uros Bizjak <ubizjak@gmail.com>
* config/frv/frv.h (CRT_GET_RFIB_DATA): Move definition to
libgcc/config/frv/elf-lib.h.
2015-04-28 Tom de Vries <tom@codesourcery.com> 2015-04-28 Tom de Vries <tom@codesourcery.com>
* tree-call-cdce.c: Fix example in header comment. * tree-call-cdce.c: Fix example in header comment.
......
...@@ -2125,9 +2125,4 @@ enum frv_builtins ...@@ -2125,9 +2125,4 @@ enum frv_builtins
#define CPU_UNITS_QUERY 1 #define CPU_UNITS_QUERY 1
#ifdef __FRV_FDPIC__
#define CRT_GET_RFIB_DATA(dbase) \
({ extern void *_GLOBAL_OFFSET_TABLE_; (dbase) = &_GLOBAL_OFFSET_TABLE_; })
#endif
#endif /* __FRV_H__ */ #endif /* __FRV_H__ */
2015-04-28 Uros Bizjak <ubizjak@gmail.com>
* config/frv/elf-lib.h: New file.
(CRT_GET_RFIB_DATA): Move definition from gcc/config/frv/frv.h.
* libgcc/config.host (frv-*elf, frv-*-*linux*): Add frv/elf-lib.h
to tm_file.
2015-04-28 Uros Bizjak <ubizjak@gmail.com>
* config/frv/frvbengin.c: Do not include defaults.h
* config/frv/frvend.c: Ditto.
2015-04-27 Yoshinori Sato <ysato@users.sourceforge.jp> 2015-04-27 Yoshinori Sato <ysato@users.sourceforge.jp>
* config.host: Add h8300-*-linux * config.host: Add h8300-*-linux
...@@ -296,7 +308,7 @@ ...@@ -296,7 +308,7 @@
(SUBWORD_BOOL_CAS): Likewise. (SUBWORD_BOOL_CAS): Likewise.
(FETCH_AND_OP_WORD): Update. (FETCH_AND_OP_WORD): Update.
Consistently use signed types. Consistently use signed types.
2014-11-13 Bernd Schmidt <bernds@codesourcery.com> 2014-11-13 Bernd Schmidt <bernds@codesourcery.com>
Thomas Schwinge <thomas@codesourcery.com> Thomas Schwinge <thomas@codesourcery.com>
Ilya Verbin <ilya.verbin@intel.com> Ilya Verbin <ilya.verbin@intel.com>
...@@ -964,7 +976,7 @@ ...@@ -964,7 +976,7 @@
(__gcov_delta_counter_op): Process delta profile counter values. (__gcov_delta_counter_op): Process delta profile counter values.
(__gcov_single_counter_op): Process single profile counter values. (__gcov_single_counter_op): Process single profile counter values.
(fp_scale): Callback function for float-point scaling. (fp_scale): Callback function for float-point scaling.
(int_scale): Callback function for integer fraction scaling. (int_scale): Callback function for integer fraction scaling.
(gcov_profile_scale): Scaling profile counters. (gcov_profile_scale): Scaling profile counters.
(gcov_profile_normalize): Normalize profile counters. (gcov_profile_normalize): Normalize profile counters.
* libgcov.h: Add headers and functions for gcov-tool use. * libgcov.h: Add headers and functions for gcov-tool use.
...@@ -1393,7 +1405,7 @@ ...@@ -1393,7 +1405,7 @@
(gcov_exit_merge_summary): Ditto. (gcov_exit_merge_summary): Ditto.
(gcov_exit_dump_gcov): Ditto. (gcov_exit_dump_gcov): Ditto.
2014-01-08 Rong Xu <xur@google.com> 2014-01-08 Rong Xu <xur@google.com>
* libgcov-driver.c: Use libgcov.h. * libgcov-driver.c: Use libgcov.h.
(buffer_fn_data): Use xmalloc instead of malloc. (buffer_fn_data): Use xmalloc instead of malloc.
...@@ -2283,7 +2295,7 @@ ...@@ -2283,7 +2295,7 @@
* config/mips/crtn.S (fini, init): New labels. * config/mips/crtn.S (fini, init): New labels.
2012-02-19 Edgar E. Iglesias <edgar.iglesias@gmail.com> 2012-02-19 Edgar E. Iglesias <edgar.iglesias@gmail.com>
* config/microblaze/modsi3.S (modsi3): Fix case with 0x80000000 * config/microblaze/modsi3.S (modsi3): Fix case with 0x80000000
as dividend. as dividend.
2013-02-16 Alan Modra <amodra@gmail.com> 2013-02-16 Alan Modra <amodra@gmail.com>
......
...@@ -469,13 +469,13 @@ fr30-*-elf) ...@@ -469,13 +469,13 @@ fr30-*-elf)
;; ;;
frv-*-elf) frv-*-elf)
tmake_file="$tmake_file frv/t-frv t-fdpbit" tmake_file="$tmake_file frv/t-frv t-fdpbit"
tm_file="$tm_file frv/frv-abi.h" tm_file="$tm_file frv/elf-lib.h frv/frv-abi.h"
# Don't use crtbegin.o, crtend.o. # Don't use crtbegin.o, crtend.o.
extra_parts="frvbegin.o frvend.o" extra_parts="frvbegin.o frvend.o"
;; ;;
frv-*-*linux*) frv-*-*linux*)
tmake_file="$tmake_file frv/t-frv frv/t-linux t-fdpbit" tmake_file="$tmake_file frv/t-frv frv/t-linux t-fdpbit"
tm_file="$tm_file frv/frv-abi.h" tm_file="$tm_file frv/elf-lib.h frv/frv-abi.h"
;; ;;
h8300-*-rtems*) h8300-*-rtems*)
tmake_file="$tmake_file h8300/t-h8300 t-fpbit" tmake_file="$tmake_file h8300/t-h8300 t-fpbit"
......
/* Target macros for the FRV port of GCC.
Copyright (C) 2015 Free Software Foundation, Inc.
GCC 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.
GCC 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.
Under Section 7 of GPL version 3, you are granted additional
permissions described in the GCC Runtime Library Exception, version
3.1, as published by the Free Software Foundation.
You should have received a copy of the GNU General Public License and
a copy of the GCC Runtime Library Exception along with this program;
see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
<http://www.gnu.org/licenses/>. */
#ifdef __FRV_FDPIC__
#define CRT_GET_RFIB_DATA(dbase) \
({ extern void *_GLOBAL_OFFSET_TABLE_; (dbase) = &_GLOBAL_OFFSET_TABLE_; })
#endif
...@@ -26,7 +26,6 @@ ...@@ -26,7 +26,6 @@
This file was originally taken from the file crtstuff.c in the This file was originally taken from the file crtstuff.c in the
main compiler directory, and simplified. */ main compiler directory, and simplified. */
#include "defaults.h"
#include <stddef.h> #include <stddef.h>
#include "../libgcc/unwind-dw2-fde.h" #include "../libgcc/unwind-dw2-fde.h"
#include "gbl-ctors.h" #include "gbl-ctors.h"
......
...@@ -23,7 +23,6 @@ ...@@ -23,7 +23,6 @@
see the files COPYING3 and COPYING.RUNTIME respectively. If not, see see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
<http://www.gnu.org/licenses/>. */ <http://www.gnu.org/licenses/>. */
#include "defaults.h"
#include <stddef.h> #include <stddef.h>
#include "../libgcc/unwind-dw2-fde.h" #include "../libgcc/unwind-dw2-fde.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment