Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • D dynamorio
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,467
    • Issues 1,467
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 44
    • Merge requests 44
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • DynamoRIO
  • dynamorio
  • Merge requests
  • !3403

i#2901: Fix undefined L_aeabi_ldivmod

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/umarcor/fix-ldivmod into master Mar 01, 2019
  • Overview 18
  • Commits 3
  • Pipelines 0
  • Changes 2

Created by: umarcor

Build fails with error undefined symbol: GLOBAL DEFAULT UND __aeabi_ldivmod on ARM with GCC 7.

Issue: #3399 (closed) Fixes #2901 (closed)


I have successfully tested this fix on a PYNQ board and on a APM X-Gene 2 server (in arm32v7 and arm64v8 docker containers).

Note that the patch proposed by @TomSie in #2901 is not included here. It seems to be specific to armv6, but I don't have any such device to test. Therefore I don't know whether it is ok to close #2901 (closed) with this PR.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/umarcor/fix-ldivmod