Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • O odroid-linux-3.10.y-rt
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • oai
  • odroid-linux-3.10.y-rt
  • Repository

Switch branch/tag
  • odroid-linux-3.10.y-rt
  • arch
  • ppc
  • kernel
  • vmlinux.lds.S
Find file BlameHistoryPermalink
  • Tom Rini's avatar
    [PATCH] ppc32: discard *.exit.text and *.exit.data sections · 6a00cbfc
    Tom Rini authored Sep 13, 2005
    
    
    Discard *.exit.text sections on runtime.  We cannot do this on link time
    because of the way BUG macros are implemented.  If "__exit function" calls
    one of those macros, __bug_table section will reference this function.
    This is similar to ".altinstructions" situation on i386.
    
    *.exit.data seems to be OK in this respect and is discarded on link
    time.
    Signed-off-by: default avatarEugene Surovegin <ebs@ebshome.net>
    Signed-off-by: default avatarTom Rini <trini@kernel.crashing.org>
    Acked-by: default avatarPaul Mackerras <paulus@samba.org>
    Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
    Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
    Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
    6a00cbfc

Replace vmlinux.lds.S

Attach a file by drag & drop or click to upload


Cancel
GitLab will create a branch in your fork and start a merge request.