Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LSH
lsh
Commits
bee9bd81
Commit
bee9bd81
authored
Mar 29, 2010
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
(EPILOGUE): Use . to refer to current address.
Rev: nettle/ChangeLog:1.69 Rev: nettle/asm.m4:1.2
parent
8e054f71
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
nettle/ChangeLog
+2
-0
2 additions, 0 deletions
nettle/ChangeLog
nettle/asm.m4
+1
-2
1 addition, 2 deletions
nettle/asm.m4
with
3 additions
and
2 deletions
nettle/ChangeLog
+
2
−
0
View file @
bee9bd81
2010-03-29 Niels Mller <nisse@lysator.liu.se>
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.
* configure.ac (ABI): Detect which ABI the compiler is using.
On x86_64, also check for __arch64__.
On x86_64, also check for __arch64__.
...
...
This diff is collapsed.
Click to expand it.
nettle/asm.m4
+
1
−
2
View file @
bee9bd81
...
@@ -20,8 +20,7 @@ C_NAME($1):>)>)
...
@@ -20,8 +20,7 @@ C_NAME($1):>)>)
define(<EPILOGUE>,
define(<EPILOGUE>,
<ifelse(ELF_STYLE,yes,
<ifelse(ELF_STYLE,yes,
<.L$1end:
<.size C_NAME($1), . - C_NAME($1)>,<>)>)
.size C_NAME($1), .L$1end - C_NAME($1)>,)>)
dnl Argument to ALIGN is always logarithmic
dnl Argument to ALIGN is always logarithmic
dnl Can't use << operator with our choice of quote characters...
dnl Can't use << operator with our choice of quote characters...
...
...
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