ladybird/Userland/Libraries
Gunnar Beutner 38619a9f24 LibELF: Ignore DT_SYMBOLIC entries
The shared library libicudata.so has a DT_SYMBOLIC entry:

Dynamic Section:
  NEEDED               libgcc_s.so
  SONAME               libicudata.so.69
  SYMBOLIC             0x00000000
  HASH                 0x00000094
  STRTAB               0x000000c8
  SYMTAB               0x000000a8
  STRSZ                0x0000002a
  SYMENT               0x00000010

According to the ELF spec DT_SYMBOLIC has no special meaning
for the dynamic loader.
2021-04-19 20:39:22 +02:00
..
LibArchive Everywhere: Fix a bunch of typos 2021-04-18 10:30:03 +02:00
LibAudio
LibC LibC: Expose new profiling_free_buffer(..) syscall. 2021-04-19 18:30:37 +02:00
LibChess
LibCompress Everywhere: Fix a bunch of typos 2021-04-18 10:30:03 +02:00
LibCore LibCore: Add ArgsParser::add_option(String&) 2021-04-18 22:42:10 +02:00
LibCoreDump Everywhere: Fix a bunch of typos 2021-04-18 10:30:03 +02:00
LibCpp
LibCrypt
LibCrypto LibCrypto: Avoid creating bools from anything except bools 2021-04-18 14:18:16 +02:00
LibDebug LibDebug: Implement ability to set watchpoints 2021-04-18 17:02:40 +02:00
LibDesktop
LibDiff
LibELF LibELF: Ignore DT_SYMBOLIC entries 2021-04-19 20:39:22 +02:00
LibGemini
LibGfx LibGfx: Report font glyph presence based on glyph's specific width 2021-04-18 22:10:25 +02:00
LibGUI LibGUI+WindowServer: Add WM_SuperKeyPressed event 2021-04-19 20:03:25 +02:00
LibHTTP LibHTTP: Trim the whitespace around the Transfer-Encoding header value 2021-04-14 09:31:31 +02:00
LibImageDecoderClient
LibIPC LibCore+LibIPC: Add IPC coder for Core::DateTime 2021-04-16 19:19:31 +02:00
LibJS LibJS: Implement console.assert() 2021-04-18 18:28:17 +02:00
LibKeyboard
LibLine LibLine: Avoid trying to restore() if the editor isn't initialized 2021-04-19 16:28:33 +02:00
LibM Everywhere: Add -Wdouble-promotion warning 2021-04-16 19:01:54 +02:00
LibMarkdown
LibPCIDB
LibProtocol
LibPthread Pthread: Add stubs for pthread_cleanup_{push,pop} 2021-04-19 17:55:35 +02:00
LibRegex
LibSymbolClient
LibSyntax
LibSystem
LibTest
LibTextCodec LibTextCodec: Implement a Windows-1255 decoder. 2021-04-17 18:13:20 +02:00
LibThread
LibTLS LibTLS: Parse X.509 certificates with the new ASN.1 parser 2021-04-18 14:18:16 +02:00
LibTTF LibGfx: Use size_t instead of int for glyph count 2021-04-18 22:10:25 +02:00
LibVT Everywhere: It's now "Foobar", not "FooBar", and not "foo bar" 2021-04-13 16:58:15 +02:00
LibWeb LibWeb: Correctly calculate height of TableRowGroupBox 2021-04-19 12:26:05 +02:00
LibWebSocket LibWebSocket: Add a new websocket library 2021-04-18 22:42:10 +02:00
LibX86 Everything: Add -Wnon-virtual-dtor flag 2021-04-15 20:57:13 +02:00
CMakeLists.txt LibWebSocket: Add a new websocket library 2021-04-18 22:42:10 +02:00