Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marcus Hoffmann
nettle
Commits
790a4cc4
Commit
790a4cc4
authored
Mar 29, 2010
by
Niels Möller
Browse files
(EPILOGUE): Use . to refer to current address.
Rev: nettle/ChangeLog:1.69 Rev: nettle/asm.m4:1.2
parent
4e8e6d70
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
790a4cc4
2010-03-29 Niels Mller <nisse@lysator.liu.se>
* asm.m4 (EPILOGUE): Use . to refer to current address.
* configure.ac (ABI): Detect which ABI the compiler is using.
On x86_64, also check for __arch64__.
...
...
asm.m4
View file @
790a4cc4
...
...
@@ -20,8 +20,7 @@ C_NAME($1):>)>)
define(<EPILOGUE>,
<ifelse(ELF_STYLE,yes,
<.L$1end:
.size C_NAME($1), .L$1end - C_NAME($1)>,)>)
<.size C_NAME($1), . - C_NAME($1)>,<>)>)
dnl Argument to ALIGN is always logarithmic
dnl Can't use << operator with our choice of quote characters...
...
...
Write
Preview
Supports
Markdown
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