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
4297f9f1
Commit
4297f9f1
authored
20 years ago
by
Ben Elliston
Browse files
Options
Downloads
Patches
Plain Diff
* emultempl/beos.em: Remove #if 0 and #if 1 blocks.
parent
e6c3e76b
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
ld/ChangeLog
+4
-0
4 additions, 0 deletions
ld/ChangeLog
ld/emultempl/beos.em
+0
-27
0 additions, 27 deletions
ld/emultempl/beos.em
with
4 additions
and
27 deletions
ld/ChangeLog
+
4
−
0
View file @
4297f9f1
2005-02-10 Ben Elliston <bje@au.ibm.com>
* emultempl/beos.em: Remove #if 0 and #if 1 blocks.
2005-02-08 Richard Sandiford <rsandifo@redhat.com>
* configure.tgt (mips64*el-*-linux-gnu*): Define targ_extra_libpath
...
...
This diff is collapsed.
Click to expand it.
ld/emultempl/beos.em
+
0
−
27
View file @
4297f9f1
...
...
@@ -187,10 +187,6 @@ set_pe_subsystem (void)
{ "wwindows", 2, "_wWinMainCRTStartup" },
{ "console", 3, "_mainCRTStartup" },
{ "wconsole", 3, "_wmainCRTStartup" },
#if 0
/* The Microsoft linker does not recognize this. */
{ "os2", 5, "" },
#endif
{ "posix", 7, "___PosixProcessStartup"},
{ 0, 0, 0 }
};
...
...
@@ -733,30 +729,7 @@ gld${EMULATION_NAME}_place_orphan (lang_input_statement_type *file, asection *s)
}
ps[0] = 0;
if (l == NULL)
#if 1
einfo ("%P%F: *(%s\$) missing from linker script\n", output_secname);
#else /* FIXME: This block is untried. It exists to convey the intent,
should one decide to not require *(.foo\$) to appear in the linker
script. */
{
lang_wild_statement_type *new;
struct wildcard_list *tmp;
tmp = (struct wildcard_list *) xmalloc (sizeof *tmp);
tmp->next = NULL;
tmp->spec.name = xmalloc (strlen (output_secname) + 2);
sprintf (tmp->spec.name, "%s\$", output_secname);
tmp->spec.exclude_name_list = NULL;
tmp->sorted = FALSE;
new = new_stat (lang_wild_statement, &os->children);
new->filename = NULL;
new->filenames_sorted = FALSE;
new->section_list = tmp;
new->keep_sections = FALSE;
lang_list_init (&new->children);
l = new;
}
#endif
/* Link the input section in and we're done for now.
The sections still have to be sorted, but that has to wait until
...
...
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