Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

binutils, backward lib #61

Closed
adamyg opened this issue Jun 10, 2024 · 1 comment
Closed

binutils, backward lib #61

adamyg opened this issue Jun 10, 2024 · 1 comment
Labels
bug Something isn't working upgrade Update/upstream merge
Milestone

Comments

@adamyg
Copy link
Owner

adamyg commented Jun 10, 2024

binutils 2.34 changed the name of a function and guarded it with a macro.

see: https://stackoverflow.com/questions/60235928/backward-cpp-can-no-longer-build-missing-lbdf-despite-linking

The corresponding macros of binutils changed slightly.
You have to drop the _get from the section macros and remove the fobj.handle.get() parameter manually: bfd_get_section_flags(fobj.handle.get(), section) to bfd_section_flags(section).

libunwind support?

@adamyg adamyg added the upgrade Update/upstream merge label Jun 10, 2024
@adamyg adamyg added this to the build-27 milestone Jun 10, 2024
@adamyg adamyg added the bug Something isn't working label Jun 11, 2024
@adamyg
Copy link
Owner Author

adamyg commented Jun 15, 2024

0547b8e

@adamyg adamyg closed this as completed Jun 15, 2024
adamyg added a commit that referenced this issue Sep 26, 2024
* Tickets                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         - xterm-mok2 and kbprotocol options; #85                                                                                                                                                                                                                                     - mouse-sgr and mouse-mode; #84                                                                                                                                                                                                                                              - grunch crash, on an invalid switch case; #83                                                                                                                                                                                                                               - portability improvements; non Linux/WIN32 builds; #78                                                                                                                                                                                                                      - dark/light background detection; #76                                                                                                                                                                                                                                       - directory open; prompt file(s) to open; #73                                                                                                                                                                                                                                - oniguruma upgrade; #67                                                                                                                                                                                                                                                     - binutils, backward lib; #61                                                                                                                                                                                                                                                - configure enhancements; #60                                                                                                                                                                                                                                                - bison/flex option; #59 
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         * Keyboard/interface extensions                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     - keyboard, protocol options (none,auto,basic,mok2,cygwin).                                                                                                                                                                                                                  - mouse                                                                                                                                                                                                                                                                              - command line option (xterm, xterm2 and sgr).                                                                                                                                                                                                                               - <Button-xxx> key events cleanup.                                                                                                                                                                                                                                           - mouse actions                                                                                                                                                                                                                                                              - popup menu                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      - <Unassigned> key event.                                                                                                                                                                                                                                                    - FocusIn/FosusOut events.                                                                                                                                                                                                                                                   - key_trace macro. 
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
* CI Pipelines                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    - Solaris                                                                                                                                                                                                                                                                    - FreeBSD/OpenBSD and NetBSD.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working upgrade Update/upstream merge
Projects
None yet
Development

No branches or pull requests

1 participant