-
Notifications
You must be signed in to change notification settings - Fork 9
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
Comments
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
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?
The text was updated successfully, but these errors were encountered: