Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
0a84fec6
Commit
0a84fec6
authored
Jan 19, 2008
by
Anatoly Sokolov
Committed by
Anatoly Sokolov
Jan 19, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/avr/avr.S (_exit): Disable interrupt.
From-SVN: r131651
parent
daf6ff4c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
+7
-1
gcc/ChangeLog
+4
-0
gcc/config/avr/libgcc.S
+3
-1
No files found.
gcc/ChangeLog
View file @
0a84fec6
2008-01-19 Anatoly Sokolov <aesok@post.ru>
* config/avr/avr.S (_exit): Disable interrupt.
2008-01-18 Kenneth Zadeck <zadeck@naturalbridge.com>
2008-01-18 Kenneth Zadeck <zadeck@naturalbridge.com>
Steven Bosscher <stevenb.gcc@gmail.com>
Steven Bosscher <stevenb.gcc@gmail.com>
...
...
gcc/config/avr/libgcc.S
View file @
0a84fec6
/* -*- Mode: Asm -*- */
/* -*- Mode: Asm -*- */
/* Copyright (C) 1998, 1999, 2000, 2007 Free Software Foundation, Inc.
/* Copyright (C) 1998, 1999, 2000, 2007, 2008
Free Software Foundation, Inc.
Contributed by Denis Chertykov <denisc@overta.ru>
Contributed by Denis Chertykov <denisc@overta.ru>
This file is free software; you can redistribute it and/or modify it
This file is free software; you can redistribute it and/or modify it
...
@@ -647,6 +648,7 @@ exit:
...
@@ -647,6 +648,7 @@ exit:
/* Code from .fini8 ... .fini1 sections inserted by ld script. */
/* Code from .fini8 ... .fini1 sections inserted by ld script. */
.section .fini0,"ax",@progbits
.section .fini0,"ax",@progbits
cli
__stop_program:
__stop_program:
rjmp __stop_program
rjmp __stop_program
.endfunc
.endfunc
...
...
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