FreeBSD Bugzilla – Attachment 9444 Details for
Bug 19327
Fix to build 'a.out' binary.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.07 KB, created by
yakisoba
on 2000-06-16 04:40:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
yakisoba
Created:
2000-06-16 04:40:00 UTC
Size:
1.07 KB
patch
obsolete
>*** contrib/gcc/function.c.orig Tue Nov 2 03:56:02 1999 >--- contrib/gcc/function.c Mon Jun 12 22:35:02 2000 >*************** >*** 6040,6059 **** > #define HAS_INIT_SECTION > #endif > >- #ifndef GEN_CALL__MAIN >- #define GEN_CALL__MAIN \ >- do { \ >- emit_library_call (gen_rtx (SYMBOL_REF, Pmode, NAME__MAIN), 0, \ >- VOIDmode, 0); \ >- } while (0) >- #endif >- > void > expand_main_function () > { >! #if defined(INVOKE__main) || !defined (HAS_INIT_SECTION) > GEN_CALL__MAIN; > #endif /* not HAS_INIT_SECTION */ > } > > extern struct obstack permanent_obstack; >--- 6040,6056 ---- > #define HAS_INIT_SECTION > #endif > > void > expand_main_function () > { >! #ifdef GEN_CALL__MAIN > GEN_CALL__MAIN; >+ #else >+ #if !defined (HAS_INIT_SECTION) >+ emit_library_call (gen_rtx_SYMBOL_REF (Pmode, NAME__MAIN), 0, >+ VOIDmode, 0); > #endif /* not HAS_INIT_SECTION */ >+ #endif /* GEN_CALL__MAIN */ > } > > extern struct obstack permanent_obstack;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 19327
: 9444