Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
2feb95f7
Commit
2feb95f7
authored
Apr 06, 2011
by
Rainer Orth
Committed by
Rainer Orth
Apr 06, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/alpha/osf5.h (MAX_OFILE_ALIGNMENT): Define.
From-SVN: r172022
parent
26fbd9c2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletions
+9
-1
gcc/ChangeLog
+4
-0
gcc/config/alpha/osf5.h
+5
-1
No files found.
gcc/ChangeLog
View file @
2feb95f7
2011-04-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* config/alpha/osf5.h (MAX_OFILE_ALIGNMENT): Define.
2011-04-06 Jonathan Wakely <jwakely.gcc@gmail.com>
2011-04-06 Jonathan Wakely <jwakely.gcc@gmail.com>
* doc/invoke.texi (Spec Files): Fix typo.
* doc/invoke.texi (Spec Files): Fix typo.
...
...
gcc/config/alpha/osf5.h
View file @
2feb95f7
/* Definitions of target machine for GNU compiler, for DEC Alpha on
/* Definitions of target machine for GNU compiler, for DEC Alpha on
Tru64 UNIX V5.1.
Tru64 UNIX V5.1.
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2000, 2001,
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2000, 2001,
2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010
2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010
, 2011
Free Software Foundation, Inc.
Free Software Foundation, Inc.
Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
...
@@ -223,6 +223,10 @@ __enable_execute_stack (void *addr) \
...
@@ -223,6 +223,10 @@ __enable_execute_stack (void *addr) \
#define LD_INIT_SWITCH "-init"
#define LD_INIT_SWITCH "-init"
#define LD_FINI_SWITCH "-fini"
#define LD_FINI_SWITCH "-fini"
/* From Tru64 UNIX Object File and Symbol Table Format Specification,
2.3.5 Alignment, p.19. */
#define MAX_OFILE_ALIGNMENT (64 * 1024 * BITS_PER_UNIT)
/* Select a format to encode pointers in exception handling data. CODE
/* Select a format to encode pointers in exception handling data. CODE
is 0 for data, 1 for code labels, 2 for function pointers. GLOBAL is
is 0 for data, 1 for code labels, 2 for function pointers. GLOBAL is
true if the symbol may be affected by dynamic relocations.
true if the symbol may be affected by dynamic relocations.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment