Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
binutils-gdb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sebastien Michelland
binutils-gdb
Commits
e59bc75b
Commit
e59bc75b
authored
10 years ago
by
Andreas Tobler
Browse files
Options
Downloads
Patches
Plain Diff
Add proper arm config for *-*-freebsd*.
parent
9404b58f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bfd/ChangeLog
+4
-0
4 additions, 0 deletions
bfd/ChangeLog
bfd/config.bfd
+2
-2
2 additions, 2 deletions
bfd/config.bfd
with
6 additions
and
2 deletions
bfd/ChangeLog
+
4
−
0
View file @
e59bc75b
2014-05-07 Andreas Tobler <andreast@fgznet.ch>
* config.bfd: Add proper arm config for *-*-freebsd*.
2014-05-07 Andrew Bennett <andrew.bennett@imgtec.com>
* aoutx.h (NAME (aout, machine_type)): Add mips32r3, mips64r3,
...
...
This diff is collapsed.
Click to expand it.
bfd/config.bfd
+
2
−
2
View file @
e59bc75b
...
...
@@ -329,7 +329,7 @@ case "${targ}" in
targ_defvec=arm_elf32_le_vec
targ_selvecs=arm_elf32_be_vec
;;
armeb-*-elf | arm*b-*-linux-*)
armeb-*-elf |
arm*b-*-freebsd* |
arm*b-*-linux-*)
targ_defvec=arm_elf32_be_vec
targ_selvecs=arm_elf32_le_vec
;;
...
...
@@ -337,7 +337,7 @@ case "${targ}" in
targ_defvec=arm_elf32_le_vec
targ_selvecs=arm_elf32_be_vec
;;
arm-*-elf | arm-*-freebsd* | arm*-*-linux-* | arm*-*-conix* | \
arm-*-elf | arm
*
-*-freebsd* | arm*-*-linux-* | arm*-*-conix* | \
arm*-*-uclinux* | arm-*-kfreebsd*-gnu | \
arm*-*-eabi* )
targ_defvec=arm_elf32_le_vec
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment