Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
8e5da0eb
Commit
8e5da0eb
authored
Feb 18, 2003
by
Miles Bader
Committed by
Linus Torvalds
Feb 18, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] Use .balign rather than .align for v850 asm funcs
Removes a bunch of unnecessary nops... :-)
parent
ac35a427
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
include/asm-v850/asm.h
include/asm-v850/asm.h
+4
-4
No files found.
include/asm-v850/asm.h
View file @
8e5da0eb
/*
/*
* include/asm-v850/asm.h -- Macros for writing assembly code
* include/asm-v850/asm.h -- Macros for writing assembly code
*
*
* Copyright (C) 2001,02 NEC Corporation
* Copyright (C) 2001,02
,03
NEC Corporation
* Copyright (C) 2001,02 Miles Bader <miles@gnu.org>
* Copyright (C) 2001,02
,03
Miles Bader <miles@gnu.org>
*
*
* This file is subject to the terms and conditions of the GNU General
* This file is subject to the terms and conditions of the GNU General
* Public License. See the file COPYING in the main directory of this
* Public License. See the file COPYING in the main directory of this
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
*/
*/
#define G_ENTRY(name) \
#define G_ENTRY(name) \
.align 4; \
.
b
align 4; \
.globl name; \
.globl name; \
.type name,@function; \
.type name,@function; \
name
name
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
.size name,.-name
.size name,.-name
#define L_ENTRY(name) \
#define L_ENTRY(name) \
.align 4; \
.
b
align 4; \
.type name,@function; \
.type name,@function; \
name
name
#define L_DATA(name) \
#define L_DATA(name) \
...
...
Write
Preview
Markdown
is supported
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