Coder Social home page Coder Social logo

adapteva / epiphany-binutils-gdb Goto Github PK

View Code? Open in Web Editor NEW
5.0 9.0 6.0 333.81 MB

Merged gdb and binutils repository

License: GNU General Public License v2.0

Makefile 12.45% M4 0.58% C 50.88% Objective-C 3.22% DIGITAL Command Language 0.03% sed 0.01% Shell 0.57% C++ 3.42% Perl 0.11% Lex 0.11% Yacc 0.43% Emacs Lisp 0.01% Assembly 15.42% D 10.86% CWeb 0.01% RenderScript 0.01% Mathematica 0.01% Roff 0.53% R 0.27% Scheme 1.09%

epiphany-binutils-gdb's Issues

relaxable mov rd,#immx

Currently, this:

.text
_start:
    mov r0, foo

.data
.align 3
foo:
.word 0x12345678

...fails with

(.text+0x0): relocation truncated to fit: R_EPIPHANY_16 against `no symbol'

It would be nice to have a relaxable mov that expanded (if needed) to:

    mov r0, %low(foo)
    movt ro,%high(foo)

Adding RTEMS support for GDB

Hi,

Can this commit [1] be applied to "epiphany-gdb-7.8" branch (and maybe the default you're working with now)? If not please tell me to create a new pull request for it.

[1] b6c483b

Thanks,
Hesham

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.